Home
last modified time | relevance | path

Searched refs:indexStandardLibrary (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.h92 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation,
98 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources,
H A DStdLib.cpp208 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 DStdLibTests.cpp49 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 DClangdServer.cpp85 IF.Symbols = indexStandardLibrary(std::move(CI), Loc, TFS); in indexStdlib()