Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMigratorOptions.h21 unsigned NoNSAllocReallocError : 1;
24 NoNSAllocReallocError = 0; in MigratorOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues() local
319 if (!NoNSAllocReallocError) in checkForManualIssues()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4728 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;