Searched refs:getMigratorOpts (Results 1 – 3 of 3) sorted by relevance
137 const MigratorOptions &getMigratorOpts() const { return *MigratorOpts; } in getMigratorOpts() function233 using CompilerInvocationBase::getMigratorOpts;250 MigratorOptions &getMigratorOpts() { 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()
163 MigratorOpts = make_shared_copy(X.getMigratorOpts()); in deep_copy_assign()4596 ParseMigratorArgs(Res.getMigratorOpts(), Args, Diags); in CreateFromArgsImpl()4830 GenerateMigratorArgs(getMigratorOpts(), Consumer); in generateCC1CommandLine()