Searched refs:ProtocolLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 701 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/ |
D | Sema.h | 6914 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,
|