Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Index/
DIndexingOptions.h20 struct IndexingOptions { struct
21 enum class SystemSymbolFilterKind {
27 SystemSymbolFilterKind SystemSymbolFilter =
29 bool IndexFunctionLocals = false;
30 bool IndexImplicitInstantiation = false;
34 bool IndexMacrosInPreprocessor = false;
36 bool IndexParametersInDeclarations = false;
37 bool IndexTemplateParameters = false;
43 std::function<bool(const Decl *)> ShouldTraverseDecl;
/external/clang/include/clang/Index/
DIndexingAction.h23 struct IndexingOptions { struct
38 IndexingOptions Opts, argument