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;
1126 ObjCIvarDecl *Ivar;
1127 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar)
1128 : Size(size), Ivar(ivar) {}
1137 /// all_declared_ivar_begin - return first ivar declared in this class,
1142 /// state of the parser. The cache will be updated for every ivar
1207 data().IvarList = layout[0].Ivar; Ix++;
1210 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1211 curIvar->setNextIvar(layout[Ix].Ivar);
1330 // Ivar's can only appear in interfaces, implementations (via synthesized
1342 "Invalid ivar decl context!");
1343 // Once a new ivar is created in any of class/class-extension/implementation
1372 llvm_unreachable("invalid ivar container!");
1377 assert(CD->IsClassExtension() && "invalid container for ivar!");
1645 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
1782 ObjCIvarDecl *ivar,
1784 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,