Home
last modified time | relevance | path

Searched refs:ProtoRefs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp454 ObjCProtocolDecl *const *ProtoRefs, in diagnoseUseOfProtocols() argument
457 assert(ProtoRefs); in diagnoseUseOfProtocols()
461 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]); in diagnoseUseOfProtocols()
907 Decl * const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() argument
1017 diagnoseUseOfProtocols(*this, IDecl, (ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartClassInterface()
1019 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartClassInterface()
1127 Decl * const *ProtoRefs, in ActOnStartProtocolInterface() argument
1156 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1179 diagnoseUseOfProtocols(*this, PDecl, (ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartProtocolInterface()
1181 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartProtocolInterface()
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1007 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCProtocolDecl() local
1008 ProtoRefs.reserve(NumProtoRefs); in VisitObjCProtocolDecl()
1010 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCProtocolDecl()
1015 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl()
1043 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCCategoryDecl() local
1044 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1046 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCCategoryDecl()
1051 CD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCCategoryDecl()
/external/clang/include/clang/Sema/
DSema.h7176 Decl * const *ProtoRefs,
7220 Decl * const *ProtoRefs,