Home | History | Annotate | Download | only in AST

Lines Matching refs:Protocols

163       // Look through protocols.
177 // Look through protocols.
193 /// with name 'PropertyId' in the primary class; including those in protocols
210 // Look through protocols.
271 // This is O(n*m). But it is extremely rare and number of protocols in
396 // Didn't find one yet - look through protocols.
412 // Didn't find one yet - look through protocols.
413 const ObjCList<ObjCProtocolDecl> &Protocols =
415 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
416 E = Protocols.end(); I != E; ++I)
781 // In categories look for overriden methods from protocols. A method from
794 // into its protocols.
812 // into other protocols or categories.
1242 // when protocol in qualified LHS is in list of protocols in the rhs 'id'
1415 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1462 // Scan through protocol's protocols.