Searched refs:ProtocolLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1125 SourceLocation ProtocolLoc, in ActOnStartProtocolInterface() argument 1134 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1139 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1147 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1157 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1162 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1306 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument 1312 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7372 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, 7419 SourceLocation ProtocolLoc,
|