HomeSort by: relevance | last modified time | path
    Searched refs:getMigratorOpts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 151 MigratorOptions &getMigratorOpts() { return MigratorOpts; }
152 const MigratorOptions &getMigratorOpts() const { return MigratorOpts; }
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp 246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
247 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
360 bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
  /src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp 178 origCI.getMigratorOpts().NoFinalizeRemoval);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 4379 ParseMigratorArgs(Res.getMigratorOpts(), Args, Diags);

Completed in 26 milliseconds