Searched refs:SourcePath (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.props | 60 <SourcePath Condition="'$(SourcePath)' == ''">$(VC_SourcePath);</SourcePath>
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ClangdTests.cpp | 960 auto SourcePath = testPath("source/foo.cpp"); in TEST() local 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() local 1047 runAddDocument(Server, SourcePath, Code.code()); in TEST() 1051 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST()
|
/external/llvm-project/clang-tools-extra/modularize/ |
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()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 467 for (const auto &SourcePath : SourcePaths) { in run() local 468 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() 470 llvm::errs() << "Skipping " << SourcePath in run()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 380 for (const auto &SourcePath : SourcePaths) { in run() local 381 std::string File(getAbsolutePath(SourcePath)); in run()
|
/external/llvm-project/clang/tools/clang-diff/ |
D | ClangDiff.cpp | 43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"), variable
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 627 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList() local 630 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/ |
D | .mxproject | 4 SourcePath=D:/VS/brianTPM/Samples/Nucleo-TPM/L4A6RG/Src
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/ |
D | .mxproject | 4 SourcePath=D:/VS/brianTPM/Samples/Nucleo-TPM/L476RG/Src
|