Home | History | Annotate | Download | only in AST

Lines Matching defs:Protocols

125       // Look through protocols.
139 // Look through protocols.
155 /// with name 'PropertyId' in the primary class; including those in protocols
172 // Look through protocols.
196 // This is O(n*m). But it is extremely rare and number of protocols in
336 // Didn't find one yet - look through protocols.
350 // Didn't find one yet - look through protocols.
351 const ObjCList<ObjCProtocolDecl> &Protocols =
353 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
354 E = Protocols.end(); I != E; ++I)
860 // when protocol in qualified LHS is in list of protocols in the rhs 'id'
1034 // lookupMethod - Lookup a instance/class method in the protocol and protocols