HomeSort by relevance Sort by last modified time
    Searched full:origci (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 153 static bool HasARCRuntime(CompilerInvocation &origCI) {
157 llvm::Triple triple(origCI.getTargetOpts().Triple);
175 createInvocationForMigration(CompilerInvocation &origCI) {
177 CInvok.reset(new CompilerInvocation(origCI));
182 FileManager FileMgr(origCI.getFileSystemOpts());
185 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(),
215 CInvok->getLangOpts()->ObjCARCWeak = HasARCRuntime(origCI);
239 bool arcmt::checkForManualIssues(CompilerInvocation &origCI,
244 if (!origCI.getLangOpts()->ObjC1)
247 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC()
    [all...]
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 50 bool applyTransformations(CompilerInvocation &origCI,
65 bool migrateWithTemporaryFiles(CompilerInvocation &origCI,
95 CompilerInvocation OrigCI;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 161 CompilerInvocation origCI;
162 if (!CompilerInvocation::CreateFromArgs(origCI, Args.begin(), Args.end(),
166 if (origCI.getFrontendOpts().Inputs.empty()) {
171 if (!origCI.getLangOpts()->ObjC1)
174 MigrationProcess migration(origCI, DiagClient);
177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
178 origCI.getMigratorOpts().NoFinalizeRemoval);

Completed in 108 milliseconds