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 156 bool noNSAllocReallocError() const { return MigOptions.NoNSAllocReallocError; }
157 void setNSAllocReallocError(bool val) { MigOptions.NoNSAllocReallocError = val; }
ARCMT.cpp 232 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
298 pass.setNSAllocReallocError(NoNSAllocReallocError);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 280 milliseconds