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