Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A 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
1102 if (NumProtoRefs) { in ActOnStartClassInterface()
1104 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface()
1281 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface()
1284 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
1822 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartCategoryInterface() argument
1897 if (NumProtoRefs) { in ActOnStartCategoryInterface()
1899 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1374 unsigned NumProtoRefs = Record.readInt(); in ReadObjCDefinitionData() local
1376 ProtoRefs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1377 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1380 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1381 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1383 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
1450 unsigned NumProtoRefs = Record.readInt(); in VisitObjCCategoryDecl() local
1452 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1453 for (unsigned I = 0; I != NumProtoRefs; ++I) in VisitObjCCategoryDecl()
1456 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10517 Decl *const *ProtoRefs, unsigned NumProtoRefs,
10549 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
10557 Decl *const *ProtoRefs, unsigned NumProtoRefs,