Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp453 ObjCProtocolDecl *const *ProtoRefs, in diagnoseUseOfProtocols() argument
456 assert(ProtoRefs); in diagnoseUseOfProtocols()
460 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]); in diagnoseUseOfProtocols()
906 Decl * const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() argument
1016 diagnoseUseOfProtocols(*this, IDecl, (ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartClassInterface()
1018 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartClassInterface()
1126 Decl * const *ProtoRefs, in ActOnStartProtocolInterface() argument
1155 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1178 diagnoseUseOfProtocols(*this, PDecl, (ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartProtocolInterface()
1180 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartProtocolInterface()
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1062 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCProtocolDecl() local
1063 ProtoRefs.reserve(NumProtoRefs); in VisitObjCProtocolDecl()
1065 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCProtocolDecl()
1070 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl()
1098 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCCategoryDecl() local
1099 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1101 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); in VisitObjCCategoryDecl()
1106 CD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCCategoryDecl()
/external/clang/include/clang/Sema/
DSema.h7340 Decl * const *ProtoRefs,
7384 Decl * const *ProtoRefs,