Searched refs:NumProtoRefs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 528 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() 1266 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface() 1269 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1806 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartCategoryInterface() argument 1880 if (NumProtoRefs) { in ActOnStartCategoryInterface() 1882 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1203 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-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9543 Decl *const *ProtoRefs, unsigned NumProtoRefs, 9575 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 9582 Decl *const *ProtoRefs, unsigned NumProtoRefs,
|