Home | History | Annotate | Download | only in libclang

Lines Matching refs:ObjCProtocolDecl

503 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, 
512 std::pair<ObjCProtocolDecl *, SourceLocation>
515 return std::make_pair(static_cast<ObjCProtocolDecl *>(C.data[0]),
835 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
836 for (ObjCProtocolDecl::protocol_iterator P = Protocol->protocol_begin(),
889 if (ObjCProtocolDecl *
890 ProtD = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext())) {