Searched refs:DeclsToIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | FileIndex.cpp | 49 llvm::ArrayRef<Decl *> DeclsToIndex, in indexSymbols() argument 81 index::indexTopLevelDecls(AST, *PP, DeclsToIndex, Collector, IndexOpts); in indexSymbols() 229 std::vector<Decl *> DeclsToIndex( in indexHeaderSymbols() local 232 return indexSymbols(AST, std::move(PP), DeclsToIndex, in indexHeaderSymbols()
|
/external/llvm-project/clang/unittests/Index/ |
D | IndexTests.cpp | 131 std::vector<Decl *> DeclsToIndex( in CreateASTConsumer() local 134 indexTopLevelDecls(Ctx, *PP, DeclsToIndex, *Index, Opts); in CreateASTConsumer()
|