Searched refs:getMigratorOpts (Results 1 – 5 of 5) sorted by relevance
156 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts() function157 const MigratorOptions &getMigratorOpts() const { return MigratorOpts; } in getMigratorOpts() function
244 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues()245 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in checkForManualIssues()358 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in applyTransforms()
178 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
964 ASSERT_TRUE(Invocation.getMigratorOpts().NoNSAllocReallocError); in TEST_F()
4459 ParseMigratorArgs(Res.getMigratorOpts(), Args, Diags); in CreateFromArgsImpl()