Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.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()
H A DARCMT.cpp341 DiagnosticConsumer *DiagClient, StringRef outputDir, in applyTransforms()
395 DiagnosticConsumer *DiagClient, StringRef outputDir, in migrateWithTemporaryFiles()
404 StringRef outputDir, in getFileRemappings()
510 DiagnosticConsumer *diagClient, StringRef outputDir) in MigrationProcess()
/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlwf.c646 const XML_Char *outputDir = NULL; in tmain() local