Home | History | Annotate | Download | only in Sema

Lines Matching refs:Protocol

2694 /// \brief Find the protocol with the given name, if any.
3485 } else if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Ctx)) {
3486 for (auto *I : Protocol->protocols()) {