Searched refs:NumProtoRefs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 523 unsigned NumProtoRefs, in diagnoseUseOfProtocols() argument 528 for (unsigned i = 0; i < NumProtoRefs; ++i) { in diagnoseUseOfProtocols() 977 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() argument 1087 if (NumProtoRefs) { in ActOnStartClassInterface() 1089 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface() 1259 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface() 1262 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1796 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartCategoryInterface() argument 1870 if (NumProtoRefs) { in ActOnStartCategoryInterface() 1872 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1161 unsigned NumProtoRefs = Record.readInt(); in ReadObjCDefinitionData() local 1163 ProtoRefs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1164 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData() 1167 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1168 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData() 1170 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData() 1225 unsigned NumProtoRefs = Record.readInt(); in VisitObjCCategoryDecl() local 1227 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() 1228 for (unsigned I = 0; I != NumProtoRefs; ++I) in VisitObjCCategoryDecl() 1231 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7977 Decl *const *ProtoRefs, unsigned NumProtoRefs, 8009 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 8016 Decl *const *ProtoRefs, unsigned NumProtoRefs,
|