H A D | SemaDeclObjC.cpp | 1217 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() 1225 ProtocolName, ProtocolLoc, SemaRef.forRedeclarationInCurContext()); in ActOnStartProtocolInterface() 1233 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1242 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1258 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1263 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1416 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() 1422 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols() 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 1417 DiagnoseTypeArgsAndProtocols(IdentifierInfo * ProtocolId,SourceLocation ProtocolLoc,IdentifierInfo * TypeArgId,SourceLocation TypeArgLoc,bool SelectProtocolFirst) DiagnoseTypeArgsAndProtocols() argument
|