Searched refs:SourcePath (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ClangdTests.cpp | 959 auto SourcePath = testPath("source/foo.cpp"); in TEST() local 971 runAddDocument(Server, SourcePath, Code.code()); in TEST() 972 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST() 979 runAddDocument(Server, SourcePath, Code.code()); in TEST() 980 Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST() 1036 auto SourcePath = testPath("foo.cpp"); in TEST() local 1046 runAddDocument(Server, SourcePath, Code.code()); in TEST() 1050 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | PreprocessorTracker.cpp | 848 std::string SourcePath = getSourceLocationFile(PP, BlockStartLoc); in checkForIncludesInBlock() local 849 SourcePath = ModularizeUtilities::getCanonicalPath(SourcePath); in checkForIncludesInBlock() 850 HeaderHandle SourceHandle = findHeaderHandle(SourcePath); in checkForIncludesInBlock() 866 OS << SourcePath << ":" << I->Line << ":" << I->Column << ":\n"; in checkForIncludesInBlock() 872 OS << SourcePath << ":" << BlockStartLine << ":" << BlockStartColumn in checkForIncludesInBlock()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 495 for (const auto &SourcePath : SourcePaths) { in run() local 496 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() 498 llvm::errs() << "Skipping " << SourcePath in run()
|
| /llvm-project-15.0.7/clang/tools/clang-diff/ |
| H A D | ClangDiff.cpp | 43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"), variable
|
| /llvm-project-15.0.7/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 655 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList() local 658 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList()
|