Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp528 unsigned NumProtoRefs, in diagnoseUseOfProtocols() argument
533 for (unsigned i = 0; i < NumProtoRefs; ++i) { in diagnoseUseOfProtocols()
979 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() argument
1094 if (NumProtoRefs) { in ActOnStartClassInterface()
1096 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface()
1097 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartClassInterface()
1213 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument
1245 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1266 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface()
1269 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1203 unsigned NumProtoRefs = Record.readInt(); in ReadObjCDefinitionData() local
1205 ProtoRefs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1206 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1209 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1210 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1212 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
1267 unsigned NumProtoRefs = Record.readInt(); in VisitObjCCategoryDecl() local
1269 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1270 for (unsigned I = 0; I != NumProtoRefs; ++I) in VisitObjCCategoryDecl()
1273 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h9546 Decl *const *ProtoRefs, unsigned NumProtoRefs,
9578 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
9585 Decl *const *ProtoRefs, unsigned NumProtoRefs,