Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h172 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts() function
173 const MigratorOptions &getMigratorOpts() const { in getMigratorOpts() function
/external/clang/lib/ARCMigrate/
DARCMT.cpp246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues()
247 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in checkForManualIssues()
360 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in applyTransforms()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp179 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2012 Success &= ParseMigratorArgs(Res.getMigratorOpts(), Args); in CreateFromArgs()