Home
last modified time | relevance | path

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

/freebsd/contrib/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 __anonc1f1c3880111::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 __anonac36ff090111::GCCollectableCallsChecker
H A DTransforms.cpp319 MigrationContext &MigrateCtx; member in __anon26e897370211::ASTTransform
323 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
558 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in __anon8393a07d0111::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()