Home
last modified time | relevance | path

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

/freebsd-src/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 __anon89fc775a0111::GCAttrsCollector
179 static void errorForGCAttrsOnNonObjC(MigrationContext &MigrateCtx) { in errorForGCAttrsOnNonObjC() argument
195 checkWeakGCAttrs(MigrationContext & MigrateCtx) checkWeakGCAttrs() argument
219 checkAllAtProps(MigrationContext & MigrateCtx,SourceLocation AtLoc,IndivPropsTy & IndProps) checkAllAtProps() argument
296 checkAllProps(MigrationContext & MigrateCtx,std::vector<ObjCPropertyDecl * > & AllProps) checkAllProps() argument
320 traverseTU(MigrationContext & MigrateCtx) traverseTU() argument
[all...]
H A DTransGCCalls.cpp22 MigrationContext &MigrateCtx; member in __anon7441b2db0111::GCCollectableCallsChecker
H A DTransforms.cpp318 MigrationContext &MigrateCtx; global() member in __anondeb02e890211::ASTTransform
322 ASTTransform(MigrationContext & MigrateCtx) ASTTransform() argument
557 MigrationContext MigrateCtx(pass); traverseAST() local
[all...]
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in __anon29f89b0f0111::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) in PropertiesRewriter()