Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build39 my $CurrentDir = HtmlEscape(getcwd());
50 HtmlTitle => basename($CurrentDir)." - scan-build results",
657 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1221 llvm::Optional<llvm::StringRef> CurrentDir, in ExpandResponseFiles() argument
1263 if (!CurrentDir) in ExpandResponseFiles()
1266 CurrDir = *CurrentDir; in ExpandResponseFiles()
1333 llvm::Optional<StringRef> CurrentDir) { in ExpandResponseFiles() argument
1336 std::move(CurrentDir), *vfs::getRealFileSystem()); in ExpandResponseFiles()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() argument
76 llvm::SmallString<128> InitialDirectory(CurrentDir); in MakeAbsolutePath()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h2099 llvm::Optional<llvm::StringRef> CurrentDir,
2108 llvm::Optional<llvm::StringRef> CurrentDir = llvm::None);