Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
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()
DTransGCAttrs.cpp28 MigrationContext &MigrateCtx; member in __anon0d17146a0111::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()
DTransGCCalls.cpp23 MigrationContext &MigrateCtx; member in __anonf75c4feb0111::GCCollectableCallsChecker
DTransforms.cpp324 MigrationContext &MigrateCtx; member in __anonf56047990211::ASTTransform
328 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
563 MigrationContext MigrateCtx(pass); in traverseAST() local
DTransProperties.cpp47 MigrationContext &MigrateCtx; member in __anon64f2de1f0111::PropertiesRewriter
74 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()