Home
last modified time | relevance | path

Searched defs:outputDir (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp30 void FileRemapper::clear(StringRef outputDir) { in clear()
42 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) { in getRemapInfoFile()
49 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, in initFromDisk()
109 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { in flushToDisk()
169 StringRef outputDir) { in overwriteOriginal()
H A DARCMT.cpp341 DiagnosticConsumer *DiagClient, StringRef outputDir, in applyTransforms()
395 DiagnosticConsumer *DiagClient, StringRef outputDir, in migrateWithTemporaryFiles()
404 StringRef outputDir, in getFileRemappings()
512 DiagnosticConsumer *diagClient, StringRef outputDir) in MigrationProcess()
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c955 const XML_Char *outputDir = NULL; in tmain() local