Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCList

991   const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
993 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1032 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),