9 #ifndef LLVM_CLANG_SEMA_CODECOMPLETEOPTIONS_H 10 #define LLVM_CLANG_SEMA_CODECOMPLETEOPTIONS_H unsigned IncludeBriefComments
Show brief documentation comments in code completion results.
unsigned IncludeGlobals
Show top-level decls in code completion results.
unsigned IncludeCodePatterns
Show code patterns in code completion results.
unsigned IncludeNamespaceLevelDecls
Show decls in namespace (including the global namespace) in code completion results.
Options controlling the behavior of code completion.
Dataflow Directional Tag Classes.
unsigned IncludeFixIts
Include results after corrections (small fix-its), e.g.
unsigned LoadExternal
Hint whether to load data from the external AST to provide full results.
unsigned IncludeMacros
Show macros in code completion results.