Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCList

988   const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
990 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1026 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1029 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),