Home
last modified time | relevance | path

Searched defs:MigrateCtx (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp28 MigrationContext &MigrateCtx; member in __anond489ae200111::GCAttrsCollector
182 static void errorForGCAttrsOnNonObjC(MigrationContext &MigrateCtx) { in errorForGCAttrsOnNonObjC()
198 static void checkWeakGCAttrs(MigrationContext &MigrateCtx) { in checkWeakGCAttrs()
222 static void checkAllAtProps(MigrationContext &MigrateCtx, in checkAllAtProps()
299 static void checkAllProps(MigrationContext &MigrateCtx, in checkAllProps()
325 void GCAttrsTraverser::traverseTU(MigrationContext &MigrateCtx) { in traverseTU()
H A DTransforms.h47 MigrationContext &MigrateCtx; variable
52 BodyContext(MigrationContext &MigrateCtx, Stmt *S) in BodyContext()
61 MigrationContext &MigrateCtx; variable
65 ObjCImplementationContext(MigrationContext &MigrateCtx, in ObjCImplementationContext()
76 virtual void traverseTU(MigrationContext &MigrateCtx) { } in traverseTU()
H A DTransforms.cpp324 MigrationContext &MigrateCtx; member in __anon0cd4fbcf0211::ASTTransform
328 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
563 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp47 MigrationContext &MigrateCtx; member in __anona36ea4150111::PropertiesRewriter
74 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()
H A DTransGCCalls.cpp23 MigrationContext &MigrateCtx; member in __anonbecee9a10111::GCCollectableCallsChecker