Lines Matching defs:Ext
191 for (const auto *Ext : IDecl->visible_extensions())
192 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext,
261 for (const auto *Ext : ClassDecl->visible_extensions()) {
262 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
407 for (const auto *Ext : known_extensions()) {
408 const ObjCCategoryDecl *ClassExt = Ext;
499 for (const auto *Ext : D->visible_extensions()) {
500 for (const auto *MD : Ext->instance_methods()) {
561 for (const auto *Ext : IFace->visible_extensions()) {
562 for (const auto *MD : Ext->instance_methods())
596 for (const auto *Ext : IFace->visible_extensions()) {
597 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) {
651 for (const auto *Ext : ClassDecl->visible_extensions()) {
652 if (ObjCIvarDecl *I = Ext->getIvarDecl(ID)) {
1024 for (auto *Ext : IFD->known_extensions())
1025 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod()))
1432 for (const auto *Ext : ClassDecl->visible_extensions()) {
1433 if (Ext == Container)
1435 if (const auto *Found = findMatchingProperty(Ext))
1679 for (const auto *Ext : known_extensions()) {
1680 (void)Ext->ivar_empty();
1689 for (const auto *Ext : known_extensions()) {
1690 if (!Ext->ivar_empty()) {
1692 I = Ext->ivar_begin(),
1693 E = Ext->ivar_end();