Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
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 DTransGCAttrs.cpp28 MigrationContext &MigrateCtx; member in __anon309938d70111::GCAttrsCollector
177 static void errorForGCAttrsOnNonObjC(MigrationContext &MigrateCtx) { in errorForGCAttrsOnNonObjC()
193 static void checkWeakGCAttrs(MigrationContext &MigrateCtx) { in checkWeakGCAttrs()
217 static void checkAllAtProps(MigrationContext &MigrateCtx, in checkAllAtProps()
295 static void checkAllProps(MigrationContext &MigrateCtx, in checkAllProps()
321 void GCAttrsTraverser::traverseTU(MigrationContext &MigrateCtx) { in traverseTU()
H A DTransGCCalls.cpp23 MigrationContext &MigrateCtx; member in __anon1ade74580111::GCCollectableCallsChecker
H A DTransforms.cpp319 MigrationContext &MigrateCtx; member in __anon0f446cc60211::ASTTransform
323 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
558 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp47 MigrationContext &MigrateCtx; member in __anon052e476c0111::PropertiesRewriter
74 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()