Home | History | Annotate | Download | only in AST

Lines Matching refs:IDecl

1823     ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(OI);
1824 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv;
3550 /// QT's qualified-id protocol list adopt all protocols in IDecl's list
3553 ObjCInterfaceDecl *IDecl) {
3559 if (!IDecl->hasDefinition())
3562 CollectInheritedProtocols(IDecl, InheritedProtocols);
3566 // of IDecl's, then bridge casting is ok.