Home | History | Annotate | Download | only in AST

Lines Matching refs:IDecl

1964     ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(OI);
1965 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv;
3789 /// QT's qualified-id protocol list adopt all protocols in IDecl's list
3792 ObjCInterfaceDecl *IDecl) {
3798 if (!IDecl->hasDefinition())
3801 CollectInheritedProtocols(IDecl, InheritedProtocols);
3805 // of IDecl's, then bridge casting is ok.