Searched defs:ProtocolLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp705 SourceLocation ProtocolLoc,
714 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc,
719 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName;
727 ProtocolLoc, AtProtoInterfaceLoc,
737 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList);
742 ProtocolLoc, AtProtoInterfaceLoc,
703 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument

Completed in 1072 milliseconds