Searched refs:indexStandardLibrary (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | StdLib.h | 92 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation, 98 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources,
|
| H A D | StdLib.cpp | 208 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources, in indexStandardLibrary() function 277 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation, in indexStandardLibrary() function 281 return indexStandardLibrary(Header, std::move(Invocation), Loc, TFS); in indexStandardLibrary()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | StdLibTests.cpp | 49 TEST(StdLibTests, indexStandardLibrary) { in TEST() argument 78 indexStandardLibrary("#include <foo.h>", std::move(CI), Loc, FS); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdServer.cpp | 85 IF.Symbols = indexStandardLibrary(std::move(CI), Loc, TFS); in indexStdlib()
|