Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp539 unsigned NumProtoRefs, in diagnoseUseOfProtocols() argument
544 for (unsigned i = 0; i < NumProtoRefs; ++i) { in diagnoseUseOfProtocols()
979 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() argument
1099 if (NumProtoRefs) { in ActOnStartClassInterface()
1101 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface()
1102 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs, in ActOnStartClassInterface()
1218 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument
1257 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1279 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface()
1282 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1373 unsigned NumProtoRefs = Record.readInt(); in ReadObjCDefinitionData() local
1375 ProtoRefs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1376 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1379 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1380 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1382 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
1449 unsigned NumProtoRefs = Record.readInt(); in VisitObjCCategoryDecl() local
1451 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1452 for (unsigned I = 0; I != NumProtoRefs; ++I) in VisitObjCCategoryDecl()
1455 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h253 Decl *const *ProtoRefs, unsigned NumProtoRefs,
281 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
289 Decl *const *ProtoRefs, unsigned NumProtoRefs,