Searched refs:createFullPatch (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | PreambleTests.cpp | 59 auto PP = PreamblePatch::createFullPatch(testPath(TU.Filename), PI, in collectPatchedIncludes() 183 auto PP = PreamblePatch::createFullPatch(testPath(TU.Filename), TU.inputs(FS), in TEST() 221 return PreamblePatch::createFullPatch(testPath("main.cpp"), TU.inputs(FS), in TEST() 523 auto PP = PreamblePatch::createFullPatch(testPath(TU.Filename), in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.h | 128 static PreamblePatch createFullPatch(llvm::StringRef FileName,
|
| H A D | ParsedAST.cpp | 385 Patch = PreamblePatch::createFullPatch(Filename, Inputs, *Preamble); in build()
|
| H A D | Preamble.cpp | 709 PreamblePatch PreamblePatch::createFullPatch(llvm::StringRef FileName, in createFullPatch() function in clang::clangd::PreamblePatch
|
| H A D | CodeComplete.cpp | 1996 PreamblePatch::createFullPatch(FileName, ParseInput, *Preamble), in codeCompleteComment() 2085 PreamblePatch::createFullPatch(FileName, ParseInput, Preamble), in signatureHelp()
|