Home
last modified time | relevance | path

Searched refs:origCI (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DARCMT.cpp147 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime() argument
151 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
169 createInvocationForMigration(CompilerInvocation &origCI) { in createInvocationForMigration() argument
171 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration()
176 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
179 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(), in createInvocationForMigration()
209 CInvok->getLangOpts()->ObjCARCWeak = HasARCRuntime(origCI); in createInvocationForMigration()
233 bool arcmt::checkForManualIssues(CompilerInvocation &origCI, in checkForManualIssues() argument
238 if (!origCI.getLangOpts()->ObjC1) in checkForManualIssues()
241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues()
[all …]
/external/clang/tools/arcmt-test/
Darcmt-test.cpp159 CompilerInvocation origCI; in performTransformations() local
160 if (!CompilerInvocation::CreateFromArgs(origCI, Args.begin(), Args.end(), in performTransformations()
164 if (origCI.getFrontendOpts().Inputs.empty()) { in performTransformations()
169 if (!origCI.getLangOpts()->ObjC1) in performTransformations()
172 MigrationProcess migration(origCI, DiagClient); in performTransformations()
175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
176 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
/external/clang/include/clang/ARCMigrate/
DARCMT.h50 bool applyTransformations(CompilerInvocation &origCI,
65 bool migrateWithTemporaryFiles(CompilerInvocation &origCI,