Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h24 unsigned NoNSAllocReallocError : 1;
28 NoNSAllocReallocError = 0; in MigratorOptions()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp244 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues() local
317 if (!NoNSAllocReallocError) in checkForManualIssues()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7037 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;