enum CodeCompletionResult::ResultKind

Description

Describes the kind of result generated.

Declared at: clang/include/clang/Sema/CodeCompleteConsumer.h:755

Enumerators

NameValueComment
RK_Declaration0Refers to a declaration.
RK_Keyword1Refers to a keyword or symbol.
RK_Macro2Refers to a macro.
RK_Pattern3Refers to a precomputed pattern.