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 176 MigratorOptions &getMigratorOpts() { return MigratorOpts; }
177 const MigratorOptions &getMigratorOpts() const {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 247 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
248 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
361 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 179 origCI.getMigratorOpts().NoFinalizeRemoval);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 1424 milliseconds