Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DFileRemapper.h51 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument
123 std::string infoFile = std::string(outputPath); in flushToFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp882 std::string outputPath(sys::path::filename(filename)); in print() local
884 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()