Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp705 SourceLocation ProtocolLoc, in ActOnStartProtocolInterface() argument
714 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
719 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface()
727 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
737 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
742 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h6784 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,