Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h176 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts() function
177 const MigratorOptions &getMigratorOpts() const { in getMigratorOpts() function
/external/clang/lib/ARCMigrate/
DARCMT.cpp247 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues()
248 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in checkForManualIssues()
361 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.cpp2339 Success &= ParseMigratorArgs(Res.getMigratorOpts(), Args); in CreateFromArgs()