Home | History | Annotate | Download | only in AST

Lines Matching refs:Protocols

97 /// method was found in the class, its protocols, its super classes or categories.
132 // Also look into protocols, for a user declared instance method.
146 for (const auto *PI : PD->protocols())
202 for (const auto *I : PID->protocols())
216 // Look through protocols.
228 // Look through protocols.
230 for (const auto *I : OCD->protocols())
242 /// with name 'PropertyId' in the primary class; including those in protocols
259 // Look through protocols.
314 // This is O(n*m). But it is extremely rare and number of protocols in
564 // Didn't find one yet - look through protocols.
565 for (const auto *I : ClassDecl->protocols())
576 // Didn't find one yet - look through protocols.
577 const ObjCList<ObjCProtocolDecl> &Protocols =
579 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
580 E = Protocols.end(); I != E; ++I)
962 // In categories look for overriden methods from protocols. A method from
976 // into its protocols.
981 for (const auto *P : Category->protocols())
993 // into other protocols or categories.
999 for (const auto *P : Protocol->protocols())
1005 for (const auto *P : Interface->protocols())
1361 for (auto *PI : IDecl->protocols()){
1366 // when protocol in qualified LHS is in list of protocols in the rhs 'id'
1378 for (auto *PI : Cat->protocols())
1527 for (auto *I : protocols())
1534 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1549 for (const auto *I : protocols())
1578 // Scan through protocol's protocols.
1579 for (const auto *PI : PDecl->protocols())
1599 // Scan through protocol's protocols which did not have a matching property.
1601 for (const auto *PI : PDecl->protocols())