HomeSort by relevance Sort by last modified time
    Searched refs:NoNSAllocReallocError (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
MigratorOptions.h 22 unsigned NoNSAllocReallocError : 1;
25 NoNSAllocReallocError = 0;
  /external/clang/lib/ARCMigrate/
Internals.h 164 bool noNSAllocReallocError() const { return MigOptions.NoNSAllocReallocError; }
165 void setNSAllocReallocError(bool val) { MigOptions.NoNSAllocReallocError = val; }
ARCMT.cpp 242 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
315 pass.setNSAllocReallocError(NoNSAllocReallocError);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 286 Opts.NoNSAllocReallocError = Args.hasArg(OPT_migrator_no_nsalloc_error);
    [all...]

Completed in 80 milliseconds