Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 __anona9d569950111::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 __anon941aa5160111::GCCollectableCallsChecker
H A DTransforms.cpp318 MigrationContext &MigrateCtx; member in __anon7da156040211::ASTTransform
322 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
557 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in __anondfa4a76a0111::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()