Home | History | Annotate | Download | only in AST

Lines Matching refs:Ivar

51 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
55 lookup_const_iterator Ivar, IvarEnd;
56 for (llvm::tie(Ivar, IvarEnd) = lookup(Id); Ivar != IvarEnd; ++Ivar) {
57 if (ObjCIvarDecl *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
58 return ivar;
756 /// all_declared_ivar_begin - return first ivar declared in this class,
901 // Ivar's can only appear in interfaces, implementations (via synthesized
913 "Invalid ivar decl context!");
914 // Once a new ivar
949 llvm_unreachable("invalid ivar container!");
954 assert(CD->IsClassExtension() && "invalid container for ivar!");
1171 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
1307 ObjCIvarDecl *ivar,
1309 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,