CXCodeComplete_Flags

\brief Flags that can be passed to \c clang_codeCompleteAt() to modify its behavior.

The enumerators in this enumeration can be bitwise-OR'd together to provide multiple options to \c clang_codeCompleteAt().

Values

ValueMeaning
CXCodeComplete_IncludeMacros0x01

\brief Whether to include macros within the set of code completions returned.

CXCodeComplete_IncludeCodePatterns0x02

\brief Whether to include code patterns for language constructs within the set of code completions, e.g., for loops.

CXCodeComplete_IncludeBriefComments0x04

\brief Whether to include brief documentation within the set of code completions returned.

Meta