Home
last modified time | relevance | path

Searched defs:SourcePath (Results 1 – 7 of 7) sorted by relevance

/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
/llvm-project/clang/lib/Tooling/
H A DTooling.cpp537 for (const auto &SourcePath : SourcePaths) { run() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp959 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
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp2464 uint64_t FuncAddr, const char *SourcePath, in AddFunctionInfo() argument