Home
last modified time | relevance | path

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

/external/clang/tools/scan-build/bin/
Dscan-build41 my $CurrentDir = HtmlEscape(getcwd());
52 HtmlTitle => basename($CurrentDir)." - scan-build results",
670 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
/external/llvm-project/clang/tools/scan-build/bin/
Dscan-build40 my $CurrentDir = HtmlEscape(getcwd());
51 HtmlTitle => basename($CurrentDir)." - scan-build results",
694 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() argument
76 llvm::SmallString<128> InitialDirectory(CurrentDir); in MakeAbsolutePath()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp1146 llvm::Optional<llvm::StringRef> CurrentDir) { in ExpandResponseFiles() argument
1187 if (!CurrentDir) in ExpandResponseFiles()
1190 CurrDir = *CurrentDir; in ExpandResponseFiles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1115 llvm::Optional<llvm::StringRef> CurrentDir) { in ExpandResponseFiles() argument
1156 if (!CurrentDir) in ExpandResponseFiles()
1159 CurrDir = *CurrentDir; in ExpandResponseFiles()
/external/clang/lib/Serialization/
DASTReader.cpp1956 if (File == nullptr && !F.OriginalDir.empty() && !CurrentDir.empty() && in getInputFile()
1957 F.OriginalDir != CurrentDir) { in getInputFile()
1960 CurrentDir); in getInputFile()
3775 CurrentDir = llvm::sys::path::parent_path(FileName); in ReadASTCore()
3776 if (CurrentDir.empty()) CurrentDir = "."; in ReadASTCore()
/external/clang/include/clang/Serialization/
DASTReader.h820 std::string CurrentDir; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h2088 llvm::Optional<llvm::StringRef> CurrentDir = llvm::None);
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h2086 llvm::Optional<llvm::StringRef> CurrentDir = llvm::None);