Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h137 const MigratorOptions &getMigratorOpts() const { return *MigratorOpts; } in getMigratorOpts() function
233 using CompilerInvocationBase::getMigratorOpts;
250 MigratorOptions &getMigratorOpts() { return *MigratorOpts; } in getMigratorOpts() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp244 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues()
245 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in checkForManualIssues()
358 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval; in applyTransforms()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp163 MigratorOpts = make_shared_copy(X.getMigratorOpts()); in deep_copy_assign()
4596 ParseMigratorArgs(Res.getMigratorOpts(), Args, Diags); in CreateFromArgsImpl()
4830 GenerateMigratorArgs(getMigratorOpts(), Consumer); in generateCC1CommandLine()