Home
last modified time | relevance | path

Searched defs:OrigGCMode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DInternals.h148 LangOptions::GCMode OrigGCMode; variable
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, in MigrationPass()
H A DARCMT.cpp246 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() local
347 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms() local
H A DTransforms.cpp588 LangOptions::GCMode OrigGCMode, in getAllTransformations()