Home | History | Annotate | Download | only in AST

Lines Matching refs:ivar

53 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
58 for (lookup_const_iterator Ivar = R.begin(), IvarEnd = R.end();
59 Ivar != IvarEnd; ++Ivar) {
60 if (ObjCIvarDecl *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
61 return ivar;
1222 ObjCIvarDecl *Ivar;
1223 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar)
1224 : Size(size), Ivar(ivar) {}
1233 /// all_declared_ivar_begin - return first ivar declared in this class,
1238 /// state of the parser. The cache will be updated for every ivar
1298 data().IvarList = layout[0].Ivar; Ix++;
1301 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1302 curIvar->setNextIvar(layout[Ix].Ivar);
1405 // Ivar's can only appear in interfaces, implementations (via synthesized
1417 "Invalid ivar decl context!");
1418 // Once a new ivar is created in any of class/class-extension/implementation
1447 llvm_unreachable("invalid ivar container!");
1452 assert(CD->IsClassExtension() && "invalid container for ivar!");
1712 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
1843 ObjCIvarDecl *ivar,
1845 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,