Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ObjCProtocolDecl

993     const ObjCProtocolDecl *PROTO,
999 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
1045 virtual void GenerateProtocol(const ObjCProtocolDecl *PD);
1050 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD)=0;
1056 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0;
1147 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
1153 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD);
1160 EmitProtocolExtension(const ObjCProtocolDecl *PD,
1168 ObjCProtocolDecl::protocol_iterator begin,
1169 ObjCProtocolDecl::protocol_iterator end);
1222 const ObjCProtocolDecl *PD);
1343 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
1349 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD);
1354 ObjCProtocolDecl::protocol_iterator begin,
1355 ObjCProtocolDecl::protocol_iterator end);
1500 const ObjCProtocolDecl *PD);
2536 const ObjCProtocolDecl *PD) {
2545 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) {
2557 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) {
2576 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) {
2584 if (const ObjCProtocolDecl *Def = PD->getDefinition())
2595 for (ObjCProtocolDecl::instmeth_iterator
2611 for (ObjCProtocolDecl::classmeth_iterator
2668 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) {
2698 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD,
2742 ObjCProtocolDecl::protocol_iterator begin,
2743 ObjCProtocolDecl::protocol_iterator end) {
2777 const ObjCProtocolDecl *PROTO,
2779 for (ObjCProtocolDecl::protocol_iterator P = PROTO->protocol_begin(),
5932 const ObjCProtocolDecl *PD) {
6227 const ObjCProtocolDecl *PD) {
6264 const ObjCProtocolDecl *PD) {
6272 if (const ObjCProtocolDecl *Def = PD->getDefinition())
6279 for (ObjCProtocolDecl::instmeth_iterator
6295 for (ObjCProtocolDecl::classmeth_iterator
6392 ObjCProtocolDecl::protocol_iterator begin,
6393 ObjCProtocolDecl::protocol_iterator end) {