enum CodeCompletionResult::ResultKind
Description
Describes the kind of result generated.
Declared at: clang/include/clang/Sema/CodeCompleteConsumer.h:755
Enumerators
Name | Value | Comment |
---|---|---|
RK_Declaration | 0 | Refers to a declaration. |
RK_Keyword | 1 | Refers to a keyword or symbol. |
RK_Macro | 2 | Refers to a macro. |
RK_Pattern | 3 | Refers to a precomputed pattern. |