Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h46 MigrationContext &MigrateCtx; variable
51 BodyContext(MigrationContext &MigrateCtx, Stmt *S) in BodyContext()
60 MigrationContext &MigrateCtx; variable
64 ObjCImplementationContext(MigrationContext &MigrateCtx, in ObjCImplementationContext()
75 virtual void traverseTU(MigrationContext &MigrateCtx) { } in traverseTU()
H A DTransGCAttrs.cpp27 MigrationContext &MigrateCtx; member in __anon4262c4bb0111::GCAttrsCollector
179 static void errorForGCAttrsOnNonObjC(MigrationContext &MigrateCtx) { in errorForGCAttrsOnNonObjC()
195 static void checkWeakGCAttrs(MigrationContext &MigrateCtx) { in checkWeakGCAttrs()
219 static void checkAllAtProps(MigrationContext &MigrateCtx, in checkAllAtProps()
296 static void checkAllProps(MigrationContext &MigrateCtx, in checkAllProps()
320 void GCAttrsTraverser::traverseTU(MigrationContext &MigrateCtx) { in traverseTU()
H A DTransGCCalls.cpp22 MigrationContext &MigrateCtx; member in __anon2ca8003c0111::GCCollectableCallsChecker
H A DTransforms.cpp319 MigrationContext &MigrateCtx; member in __anon10b1afaa0211::ASTTransform
323 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
558 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in __anonfb0cf8d00111::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()