Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCInterfaceDecl

674     // For incorrect code, there might not be an ObjCInterfaceDecl.  Do
676 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
3703 ObjCInterfaceDecl *ObjCMessageExpr::getReceiverInterface() const {