Searched refs:buildPreamble (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestTU.cpp | 105 return clang::clangd::buildPreamble(testPath(Filename), *CI, Inputs, in preamble() 121 auto Preamble = clang::clangd::buildPreamble(testPath(Filename), *CI, Inputs, in build()
|
| H A D | ParsedASTTests.cpp | 500 buildPreamble(testPath("foo.cpp"), *CI, Inputs, true, nullptr); in TEST() 543 buildPreamble(testPath("foo.cpp"), *CI, Inputs, true, nullptr); in TEST()
|
| H A D | PreambleTests.cpp | 175 auto BaselinePreamble = buildPreamble( in TEST()
|
| H A D | CodeCompleteTests.cpp | 125 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 D | FileIndexTests.cpp | 308 buildPreamble(FooCpp, *CI, PI, in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.h | 101 buildPreamble(PathRef FileName, CompilerInvocation CI,
|
| H A D | Preamble.cpp | 466 buildPreamble(PathRef FileName, CompilerInvocation CI, in buildPreamble() function
|
| H A D | TUScheduler.cpp | 1067 LatestBuild = clang::clangd::buildPreamble( in build()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 167 Preamble = buildPreamble(File, *Invocation, Inputs, /*StoreInMemory=*/true, in buildAST()
|