Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp432 {"source-path", R.Provides->SourcePath}, in printDependencies()
441 if (!Info.SourcePath.empty()) in printDependencies()
442 RequiredInfo.insert({"source-path", Info.SourcePath}); in printDependencies()
467 if (R.Provides && !R.Provides->SourcePath.empty()) in addSourcePathsToRequires()
468 ModuleSourceMapper[R.Provides->ModuleName] = R.Provides->SourcePath; in addSourcePathsToRequires()
474 Info.SourcePath = Iter->second; in addSourcePathsToRequires()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp506 for (const auto &SourcePath : SourcePaths) { in run() local
507 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
509 llvm::errs() << "Skipping " << SourcePath in run()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h72 std::string SourcePath; member
/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"), variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp133 Rule.Provides->SourcePath = Filename.str(); in getP1689ModuleDependencyFile()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp655 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList() local
658 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList()