Searched refs:CurrentDir (Results 1 – 4 of 4) sorted by relevance
39 my $CurrentDir = HtmlEscape(getcwd());50 HtmlTitle => basename($CurrentDir)." - scan-build results",657 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
1221 llvm::Optional<llvm::StringRef> CurrentDir, in ExpandResponseFiles() argument1263 if (!CurrentDir) in ExpandResponseFiles()1266 CurrDir = *CurrentDir; in ExpandResponseFiles()1333 llvm::Optional<StringRef> CurrentDir) { in ExpandResponseFiles() argument1336 std::move(CurrentDir), *vfs::getRealFileSystem()); in ExpandResponseFiles()
73 std::string MakeAbsolutePath(StringRef CurrentDir, StringRef Path) { in MakeAbsolutePath() argument76 llvm::SmallString<128> InitialDirectory(CurrentDir); in MakeAbsolutePath()
2099 llvm::Optional<llvm::StringRef> CurrentDir,2108 llvm::Optional<llvm::StringRef> CurrentDir = llvm::None);