Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/
DLLVM.Cpp.Common.props54 <SourcePath Condition="'$(SourcePath)' == ''">$(VC_SourcePath);</SourcePath>
/external/clang/lib/Tooling/
DTooling.cpp380 for (const auto &SourcePath : SourcePaths) { in run() local
381 std::string File(getAbsolutePath(SourcePath)); in run()