struct IndexingOptions
Declaration
struct IndexingOptions { /* full declaration omitted */ };
Declared at: clang/include/clang/Index/IndexingOptions.h:20
Member Variables
- public clang::index::IndexingOptions:: SystemSymbolFilterKind SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly
- public bool IndexFunctionLocals = false
- public bool IndexImplicitInstantiation = false
- public bool IndexMacros = true
- public bool IndexMacrosInPreprocessor = false
- public bool IndexParametersInDeclarations = false
- public bool IndexTemplateParameters = false
- public std::function<bool(const Decl*)> ShouldTraverseDecl