Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DARCMTActions.cpp55 bool emitPremigrationARCErrors) in MigrateAction() argument
57 PlistOut(plistOut), EmitPremigrationARCErros(emitPremigrationARCErrors) { in MigrateAction()
DARCMT.cpp241 DiagnosticConsumer *DiagClient, bool emitPremigrationARCErrors, in checkForManualIssues() argument
293 if (emitPremigrationARCErrors) in checkForManualIssues()
343 bool emitPremigrationARCErrors, StringRef plistOut) { in applyTransforms() argument
352 DiagClient, emitPremigrationARCErrors, in applyTransforms()
397 bool emitPremigrationARCErrors, StringRef plistOut) { in migrateWithTemporaryFiles() argument
400 emitPremigrationARCErrors, plistOut); in migrateWithTemporaryFiles()
/external/clang/include/clang/ARCMigrate/
DARCMT.h45 bool emitPremigrationARCErrors = false,
73 bool emitPremigrationARCErrors, StringRef plistOut);
DARCMTActions.h55 bool emitPremigrationARCErrors);