Lines Matching refs:ClassDecl
193 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(SemaRef.CurContext); in ActOnProperty() local
195 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty()
210 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD, in ActOnProperty()
221 (isa<ObjCInterfaceDecl>(ClassDecl) || in ActOnProperty()
222 isa<ObjCProtocolDecl>(ClassDecl))); in ActOnProperty()
229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty()
254 } else if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty()
262 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); in ActOnProperty()
824 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols() argument
830 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in SelectPropertyForSynthesisFromProtocols()
835 if (ObjCInterfaceDecl *SDecl = ClassDecl->getSuperClass()) { in SelectPropertyForSynthesisFromProtocols()