10 #ifndef LLVM_CLANG_SEMA_CODECOMPLETEOPTIONS_H
11 #define LLVM_CLANG_SEMA_CODECOMPLETEOPTIONS_H
unsigned IncludeCodePatterns
Show code patterns in code completion results.
Options controlling the behavior of code completion.
unsigned IncludeGlobals
Show top-level decls in code completion results.
unsigned IncludeBriefComments
Show brief documentation comments in code completion results.
unsigned IncludeMacros
Show macros in code completion results.