Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Index/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Index/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Index/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Index/
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;
/aosp_15_r20/external/clang/include/clang/Index/
H A DIndexingAction.h23 struct IndexingOptions { struct
38 IndexingOptions Opts, argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton.py143 class IndexingOptions: class