forked from OSchip/llvm-project
parent
2436e7116b
commit
6b574afc3a
|
@ -43,7 +43,7 @@ public:
|
||||||
/// \brief Describes the kind of result generated.
|
/// \brief Describes the kind of result generated.
|
||||||
enum ResultKind {
|
enum ResultKind {
|
||||||
RK_Declaration = 0, //< Refers to a declaration
|
RK_Declaration = 0, //< Refers to a declaration
|
||||||
RK_Keyword, //< Refers to a keyword or symbol.
|
RK_Keyword //< Refers to a keyword or symbol.
|
||||||
};
|
};
|
||||||
|
|
||||||
/// \brief The kind of result stored here.
|
/// \brief The kind of result stored here.
|
||||||
|
|
Loading…
Reference in New Issue