Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/index/
H A DStdLib.h93 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation,
99 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources,
H A DStdLib.cpp197 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources,
266 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation,
270 return indexStandardLibrary(Header, std::move(Invocation), Loc, TFS); in indexStandardLibrary()
198 SymbolSlab indexStandardLibrary(llvm::StringRef HeaderSources, indexStandardLibrary() function
267 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation, indexStandardLibrary() function
/llvm-project/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/clang-tools-extra/clangd/
H A DClangdServer.cpp124 IF.Symbols = indexStandardLibrary(std::move(CI), Loc, *TFS); in indexStdlib()