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