Searched defs:IndexingOptions (Results 1 – 2 of 2) sorted by relevance
20 struct IndexingOptions { struct21 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;
23 struct IndexingOptions { struct38 IndexingOptions Opts, argument