Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCList

965   const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
967 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1002 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1005 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),