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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 170 MigratorOptions &getMigratorOpts() { return MigratorOpts; }
171 const MigratorOptions &getMigratorOpts() const {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 242 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
243 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
364 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 178 origCI.getMigratorOpts().NoFinalizeRemoval);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 114 milliseconds