Home | History | Annotate | Download | only in AST

Lines Matching refs:getIvarDecl

51 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
54 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
279 if (ObjCIvarDecl *I = ClassDecl->getIvarDecl(ID)) {
285 if (ObjCIvarDecl *I = CDecl->getIvarDecl(ID)) {