Home
last modified time | relevance | path

Searched defs:NumProtoRefs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp540 diagnoseUseOfProtocols(Sema & TheSema,ObjCContainerDecl * CD,ObjCProtocolDecl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs) diagnoseUseOfProtocols() argument
979 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,SkipBodyInfo * SkipBody) ActOnStartClassInterface() argument
1218 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc,IdentifierInfo * ProtocolName,SourceLocation ProtocolLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList,SkipBodyInfo * SkipBody) ActOnStartProtocolInterface() argument
1818 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,ObjCTypeParamList * typeParamList,const IdentifierInfo * CategoryName,SourceLocation CategoryLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList) ActOnStartCategoryInterface() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1375 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() local
1451 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() local
[all...]