Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1126 SourceLocation ProtocolLoc, in ActOnStartProtocolInterface() argument
1135 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface()
1140 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface()
1148 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
1158 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
1163 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h7208 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,