Searched refs:ProtoRefs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp526 ObjCProtocolDecl *const *ProtoRefs,
529 assert(ProtoRefs);
533 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i],
980 Decl *const *ProtoRefs, unsigned NumProtoRefs,
1091 diagnoseUseOfProtocols(*this, IDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1093 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1209 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs,
1241 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
1264 diagnoseUseOfProtocols(*this, PDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1266 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRef
524 diagnoseUseOfProtocols(Sema &TheSema, ObjCContainerDecl *CD, ObjCProtocolDecl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs) argument
975 ActOnStartClassInterface( Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
1207 ActOnStartProtocolInterface( SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
1797 ActOnStartCategoryInterface( SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1188 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; local
1189 ProtoRefs.reserve(NumProtoRefs);
1191 ProtoRefs.push_back(readDeclAs<ObjCProtocolDecl>());
1196 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs,
1252 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; local
1253 ProtoRefs.reserve(NumProtoRefs);
1255 ProtoRefs.push_back(readDeclAs<ObjCProtocolDecl>());
1260 CD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
1266 (ObjCProtocolDecl *const *)ProtoRefs.data(), NumProtoRefs,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8923 Decl *const *ProtoRefs, unsigned NumProtoRefs,
8962 Decl *const *ProtoRefs, unsigned NumProtoRefs,

Completed in 216 milliseconds