Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h156 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts() function
157 const MigratorOptions &getMigratorOpts() const { return MigratorOpts; } in getMigratorOpts() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp178 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp964 ASSERT_TRUE(Invocation.getMigratorOpts().NoNSAllocReallocError); in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4459 ParseMigratorArgs(Res.getMigratorOpts(), Args, Diags); in CreateFromArgsImpl()