Searched refs:getMigratorOpts (Results 1 – 4 of 4) sorted by relevance
172 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts() function173 const MigratorOptions &getMigratorOpts() const { in getMigratorOpts() function
246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues()247 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in checkForManualIssues()360 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in applyTransforms()
179 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
2012 Success &= ParseMigratorArgs(Res.getMigratorOpts(), Args); in CreateFromArgs()