Home | History | Annotate | Download | only in Sema

Lines Matching refs:Protocols

49   // We ignore protocols here.  Should we?  What about Class?
560 // Check then save referenced protocols.
703 /// Check then save referenced protocols.
712 /// FindProtocolDeclaration - This routine looks up protocols and
714 /// protocol declarations in its 'Protocols' argument.
719 SmallVectorImpl<Decl *> &Protocols) {
751 Protocols.push_back(PDecl);
871 // Protocols in the class extension belong to the class.
1193 /// in cases where protocols are involved.
1230 // implement all of the protocols in B. It may not be a qualified class.
1614 // or in one of their protocols, no need to issue the warning.
1660 // Check on this protocols's referenced protocols, recursively.
1869 // For extended class, unimplemented methods in its protocols will
2697 // referenced ("parent") protocols.
2703 // the main class and from protocols the category references.
2740 // - any referenced protocols.
2752 void search(const ObjCProtocolList &protocols) {
2753 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end();
2786 // its protocols, or its categories' protocols; we will keep that info