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

  /external/clang/include/clang/ARCMigrate/
ARCMT.h 50 bool applyTransformations(CompilerInvocation &origCI,
65 bool migrateWithTemporaryFiles(CompilerInvocation &origCI,
95 CompilerInvocation OrigCI;
  /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...]

Completed in 64 milliseconds