Searched refs:origCI (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 148 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime() argument 152 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime() 173 createInvocationForMigration(CompilerInvocation &origCI, in createInvocationForMigration() argument 176 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration() 181 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration() 184 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(), in createInvocationForMigration() 213 CInvok->getLangOpts()->ObjCWeakRuntime = HasARCRuntime(origCI); in createInvocationForMigration() 239 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues() argument 243 if (!origCI.getLangOpts()->ObjC1) in checkForManualIssues() 246 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() [all …]
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 161 CompilerInvocation origCI; in performTransformations() local 162 if (!CompilerInvocation::CreateFromArgs(origCI, Args.begin(), Args.end(), in performTransformations() 166 if (origCI.getFrontendOpts().Inputs.empty()) { in performTransformations() 171 if (!origCI.getLangOpts()->ObjC1) in performTransformations() 174 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(), in performTransformations() 178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations() 179 origCI.getMigratorOpts().NoFinalizeRemoval); in performTransformations()
|
/external/clang/include/clang/ARCMigrate/ |
D | ARCMT.h | 53 applyTransformations(CompilerInvocation &origCI, 70 CompilerInvocation &origCI, const FrontendInputFile &Input,
|