Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anondb5216d30111::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 __anonc59752540111::GCCollectableCallsChecker
H A DTransforms.cpp320 MigrationContext &MigrateCtx; member in __anon88f59bc20211::ASTTransform
324 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } in ASTTransform()
559 MigrationContext MigrateCtx(pass); in traverseAST() local
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in __anoncea033e80111::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()