Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp604 SourceLocation ProtocolLoc, in ActOnStartProtocolInterface() argument
613 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolName, ProtocolLoc); in ActOnStartProtocolInterface()
617 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface()
626 ProtocolName, ProtocolLoc, PDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h4932 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,