Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
1094 if (NumProtoRefs) { in ActOnStartClassInterface()
1096 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface()
1267 if (!err && NumProtoRefs ) { in ActOnStartProtocolInterface()
1270 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
1808 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartCategoryInterface() argument
1883 if (NumProtoRefs) { in ActOnStartCategoryInterface()
1885 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface()
[all …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1289 unsigned NumProtoRefs = Record.readInt(); in ReadObjCDefinitionData() local
1291 ProtoRefs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1292 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1295 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1296 for (unsigned I = 0; I != NumProtoRefs; ++I) in ReadObjCDefinitionData()
1298 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
1360 unsigned NumProtoRefs = Record.readInt(); in VisitObjCCategoryDecl() local
1362 ProtoRefs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1363 for (unsigned I = 0; I != NumProtoRefs; ++I) in VisitObjCCategoryDecl()
1366 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9872 Decl *const *ProtoRefs, unsigned NumProtoRefs,
9904 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
9911 Decl *const *ProtoRefs, unsigned NumProtoRefs,