Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h21 unsigned NoNSAllocReallocError : 1;
24 NoNSAllocReallocError = 0; in MigratorOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues() local
319 if (!NoNSAllocReallocError) in checkForManualIssues()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4783 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;