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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h21 unsigned NoNSAllocReallocError : 1;
24 NoNSAllocReallocError = 0;
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp245 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; local
318 if (!NoNSAllocReallocError)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp514 Opts.NoNSAllocReallocError = Args.hasArg(OPT_migrator_no_nsalloc_error);

Completed in 134 milliseconds