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