Home
last modified time | relevance | path

Searched refs:NoNSAllocReallocError (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DMigratorOptions.h21 unsigned NoNSAllocReallocError : 1;
24 NoNSAllocReallocError = 0; in MigratorOptions()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp244 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues() local
317 if (!NoNSAllocReallocError) in checkForManualIssues()
/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/include/clang/Driver/
H A DOptions.td5231 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;