Searched refs:MigrateCtx (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp22 MigrationContext &MigrateCtx; member in class:__anon288::GCCollectableCallsChecker
28 : MigrateCtx(ctx) {
29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
37 TransformActions &TA = MigrateCtx.Pass.TA;
39 if (MigrateCtx.isGCOwnedNonObjC(E->getType())) {
H A DTransGCAttrs.cpp27 MigrationContext &MigrateCtx; member in class:__anon284::GCAttrsCollector
35 : MigrateCtx(ctx), FullyMigratable(false),
92 if (MigrateCtx.AttrSet.count(OrigLoc))
95 ASTContext &Ctx = MigrateCtx.Pass.Ctx;
108 MigrateCtx.AttrSet.insert(OrigLoc);
109 MigrateCtx.GCAttrs.push_back(MigrationContext::GCAttrOccurrence());
110 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs.back();
172 SourceManager &SM = MigrateCtx.Pass.Ctx.getSourceManager();
179 static void errorForGCAttrsOnNonObjC(MigrationContext &MigrateCtx) { argument
180 TransformActions &TA = MigrateCtx
195 checkWeakGCAttrs(MigrationContext &MigrateCtx) argument
219 checkAllAtProps(MigrationContext &MigrateCtx, SourceLocation AtLoc, IndivPropsTy &IndProps) argument
296 checkAllProps(MigrationContext &MigrateCtx, std::vector<ObjCPropertyDecl *> &AllProps) argument
320 traverseTU(MigrationContext &MigrateCtx) argument
[all...]
H A DTransforms.h46 MigrationContext &MigrateCtx; member in class:clang::arcmt::trans::BodyContext
51 BodyContext(MigrationContext &MigrateCtx, Stmt *S) argument
52 : MigrateCtx(MigrateCtx), PMap(S), TopStmt(S) {}
54 MigrationContext &getMigrationContext() { return MigrateCtx; }
60 MigrationContext &MigrateCtx; member in class:clang::arcmt::trans::ObjCImplementationContext
64 ObjCImplementationContext(MigrationContext &MigrateCtx, argument
66 : MigrateCtx(MigrateCtx), ImpD(D) {}
68 MigrationContext &getMigrationContext() { return MigrateCtx; }
75 traverseTU(MigrationContext &MigrateCtx) argument
[all...]
H A DTransforms.cpp320 MigrationContext &MigrateCtx; member in class:__anon290::ASTTransform
324 ASTTransform(MigrationContext &MigrateCtx) : MigrateCtx(MigrateCtx) { } argument
329 ObjCImplementationContext ImplCtx(MigrateCtx, D);
331 I = MigrateCtx.traversers_begin(),
332 E = MigrateCtx.traversers_end(); I != E; ++I)
342 BodyContext BodyCtx(MigrateCtx, rootS);
344 I = MigrateCtx.traversers_begin(),
345 E = MigrateCtx
[all...]
H A DTransProperties.cpp46 MigrationContext &MigrateCtx; member in class:__anon285::PropertiesRewriter
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx) argument
74 : MigrateCtx(MigrateCtx), Pass(MigrateCtx.Pass) { }
157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
272 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
281 return MigrateCtx.addPropertyAttribute(attr, atLoc);
340 return MigrateCtx
[all...]

Completed in 316 milliseconds