Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DARCMTActions.cpp55 bool emitPremigrationARCErrors) in MigrateAction() argument
57 PlistOut(plistOut), EmitPremigrationARCErros(emitPremigrationARCErrors) { in MigrateAction()
DARCMT.cpp236 bool emitPremigrationARCErrors, in checkForManualIssues() argument
287 if (emitPremigrationARCErrors) in checkForManualIssues()
335 bool emitPremigrationARCErrors, in applyTransforms() argument
345 emitPremigrationARCErrors, plistOut)) in applyTransforms()
388 bool emitPremigrationARCErrors, in migrateWithTemporaryFiles() argument
392 outputDir, emitPremigrationARCErrors, plistOut); in migrateWithTemporaryFiles()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/
DARCMT.h43 bool emitPremigrationARCErrors = false,
69 bool emitPremigrationARCErrors,
DARCMTActions.h54 bool emitPremigrationARCErrors);