Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDFileRemapper.cpp31 void FileRemapper::clear(StringRef outputDir) { in clear()
43 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) { in getRemapInfoFile()
50 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, in initFromDisk()
110 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { in flushToDisk()
167 StringRef outputDir) { in overwriteOriginal()
HDARCMT.cpp337 DiagnosticConsumer *DiagClient, StringRef outputDir, in applyTransforms()
391 DiagnosticConsumer *DiagClient, StringRef outputDir, in migrateWithTemporaryFiles()
400 StringRef outputDir, in getFileRemappings()
506 DiagnosticConsumer *diagClient, StringRef outputDir) in MigrationProcess()
/NextBSD/contrib/expat/xmlwf/
HDxmlwf.c646 const XML_Char *outputDir = NULL; in tmain() local