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

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 147 static bool HasARCRuntime(CompilerInvocation &origCI) {
151 llvm::Triple triple(origCI.getTargetOpts().Triple);
169 createInvocationForMigration(CompilerInvocation &origCI) {
171 CInvok.reset(new CompilerInvocation(origCI));
176 FileManager FileMgr(origCI.getFileSystemOpts());
179 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(),
209 CInvok->getLangOpts()->ObjCARCWeak = HasARCRuntime(origCI);
233 bool arcmt::checkForManualIssues(CompilerInvocation &origCI,
238 if (!origCI.getLangOpts()->ObjC1)
241 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 159 CompilerInvocation origCI;
160 if (!CompilerInvocation::CreateFromArgs(origCI, Args.begin(), Args.end(),
164 if (origCI.getFrontendOpts().Inputs.empty()) {
169 if (!origCI.getLangOpts()->ObjC1)
172 MigrationProcess migration(origCI, DiagClient);
175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
176 origCI.getMigratorOpts().NoFinalizeRemoval);

Completed in 173 milliseconds