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
includeMacros1

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

includeCodePatterns2

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

includeBriefComments4

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

Meta