Home
last modified time | relevance | path

Searched refs:flushToDisk (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h50 bool flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag);
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp109 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { in flushToDisk() function in FileRemapper
H A DARCMT.cpp378 return migration.getRemapper().flushToDisk(outputDir, *Diags); in applyTransforms()
H A DObjCMT.cpp1975 Remapper.flushToDisk(MigrateDir, Ctx.getDiagnostics()); in HandleTranslationUnit()