Home
last modified time | relevance | path

Searched refs:ProtocolLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp701 SourceLocation ProtocolLoc, in ActOnStartProtocolInterface() argument
710 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
715 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface()
723 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
733 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
738 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h6914 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,