Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp149 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime() argument
153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
172 createInvocationForMigration(CompilerInvocation &origCI, in createInvocationForMigration() argument
175 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration()
180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
183 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(), in createInvocationForMigration()
210 CInvok->getLangOpts().ObjCWeakRuntime = HasARCRuntime(origCI); in createInvocationForMigration()
236 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues() argument
240 if (!origCI.getLangOpts().ObjC) in checkForManualIssues()
243 LangOptions::GCMode OrigGCMode = origCI.getLangOpts().getGC(); in checkForManualIssues()
[all …]