Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp960 auto SourcePath = testPath("source/foo.cpp"); in TEST()
972 runAddDocument(Server, SourcePath, Code.code()); in TEST()
973 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST()
980 runAddDocument(Server, SourcePath, Code.code()); in TEST()
981 Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST()
1037 auto SourcePath = testPath("foo.cpp"); in TEST()
1047 runAddDocument(Server, SourcePath, Code.code()); in TEST()
1051 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST()
959 auto SourcePath = testPath("source/foo.cpp"); TEST() local
1036 auto SourcePath = testPath("foo.cpp"); TEST() local
/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp847 std::string SourcePath = getSourceLocationFile(PP, BlockStartLoc); in checkForIncludesInBlock() local
848 SourcePath = ModularizeUtilities::getCanonicalPath(SourcePath); in checkForIncludesInBlock()
849 HeaderHandle SourceHandle = findHeaderHandle(SourcePath); in checkForIncludesInBlock()
865 OS << SourcePath << ":" << I->Line << ":" << I->Column << ":\n"; in checkForIncludesInBlock()
871 OS << SourcePath << ":" << BlockStartLine << ":" << BlockStartColumn in checkForIncludesInBlock()
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp623 {"source-path", R.Provides->SourcePath}, in printDependencies()
632 if (!Info.SourcePath.empty())
633 RequiredInfo.insert({"source-path", Info.SourcePath}); in addRules()
658 if (R.Provides && !R.Provides->SourcePath.empty())
659 ModuleSourceMapper[R.Provides->ModuleName] = R.Provides->SourcePath; in handleP1689DependencyToolResult()
665 Info.SourcePath = Iter->second; in handleP1689DependencyToolResult()
/llvm-project/clang/lib/Tooling/
H A DTooling.cpp539 for (const auto &SourcePath : SourcePaths) { in run()
540 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
542 llvm::errs() << "Skipping " << SourcePath in run()
537 for (const auto &SourcePath : SourcePaths) { run() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp103 Rule.Provides->SourcePath = Filename.str(); in getP1689ModuleDependencyFile()
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h83 std::string SourcePath; member
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"), variable
/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp655 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList() local
658 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList()
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp2464 uint64_t FuncAddr, const char *SourcePath, in AddFunctionInfo() argument
2468 const uint32_t SourceFileIdx = GC.insertFile(SourcePath); in AddFunctionInfo()