Home
last modified time | relevance | path

Searched refs:calculateIncludePath (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp115 auto Path = Inserter.calculateIncludePath(Inserted, MainFile);
347 EXPECT_EQ(Inserter.calculateIncludePath(Inserting, MainFile), in TEST()
351 EXPECT_EQ(Inserter.calculateIncludePath(Verbatim, MainFile), in TEST()
355 EXPECT_EQ(Inserter.calculateIncludePath(Inserting, "sub2/main2.cpp"), in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.h243 calculateIncludePath(const HeaderFile &InsertedHeader,
H A DHeaders.cpp330 IncludeInserter::calculateIncludePath(const HeaderFile &InsertedHeader, in calculateIncludePath() function in clang::clangd::IncludeInserter
H A DIncludeFixer.cpp305 auto Spelled = Inserter->calculateIncludePath(*ResolvedInserted, File); in fixesForSymbols()
H A DCodeComplete.cpp206 Inserter->calculateIncludePath(*HeaderFile, FileName)) in overloadSet()
371 auto Spelled = Includes.calculateIncludePath(*ResolvedInserted, FileName); in CodeCompletionBuilder()