Home
last modified time | relevance | path

Searched defs:IndexingOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h20 struct IndexingOptions { struct
21 enum class SystemSymbolFilterKind {
27 SystemSymbolFilterKind SystemSymbolFilter =
29 bool IndexFunctionLocals = false;
30 bool IndexImplicitInstantiation = false;
31 bool IndexMacros = true;
35 bool IndexMacrosInPreprocessor = false;
37 bool IndexParametersInDeclarations = false;
38 bool IndexTemplateParameters = false;
44 std::function<bool(const Decl *)> ShouldTraverseDecl;