Home
last modified time | relevance | path

Searched refs:buildPreamble (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestTU.cpp105 return clang::clangd::buildPreamble(testPath(Filename), *CI, Inputs, in preamble()
121 auto Preamble = clang::clangd::buildPreamble(testPath(Filename), *CI, Inputs, in build()
H A DParsedASTTests.cpp500 buildPreamble(testPath("foo.cpp"), *CI, Inputs, true, nullptr); in TEST()
543 buildPreamble(testPath("foo.cpp"), *CI, Inputs, true, nullptr); in TEST()
H A DPreambleTests.cpp175 auto BaselinePreamble = buildPreamble( in TEST()
H A DCodeCompleteTests.cpp125 auto Preamble = buildPreamble(testPath(TU.Filename), *CI, Inputs,
1229 auto Preamble = buildPreamble(testPath(TU.Filename), *CI, Inputs,
1494 auto EmptyPreamble = buildPreamble(testPath(TU.Filename), *CI, Inputs, in TEST()
H A DFileIndexTests.cpp308 buildPreamble(FooCpp, *CI, PI, in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h101 buildPreamble(PathRef FileName, CompilerInvocation CI,
H A DPreamble.cpp466 buildPreamble(PathRef FileName, CompilerInvocation CI, in buildPreamble() function
H A DTUScheduler.cpp1067 LatestBuild = clang::clangd::buildPreamble( in build()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp167 Preamble = buildPreamble(File, *Invocation, Inputs, /*StoreInMemory=*/true, in buildAST()