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_iterator Ivar = R.begin(), IvarEnd = R.end();
59 Ivar != IvarEnd; ++Ivar) {
60 if (ObjCIvarDecl *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
61 return ivar;
1467 ObjCIvarDecl *Ivar;
1468 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar)
1469 : Size(size), Ivar(ivar) {}
1478 /// all_declared_ivar_begin - return first ivar declared in this class,
1483 /// state of the parser. The cache will be updated for every ivar
1543 data().IvarList = layout[0].Ivar; Ix++;
1546 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1547 curIvar->setNextIvar(layout[Ix].Ivar);
1650 // Ivar's can only appear in interfaces, implementations (via synthesized
1662 "Invalid ivar decl context!");
1663 // Once a new ivar is created in any of class/class-extension/implementation
1692 llvm_unreachable("invalid ivar container!");
1697 assert(CD->IsClassExtension() && "invalid container for ivar!");
1996 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
2139 ObjCIvarDecl *ivar,
2141 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,