Searched refs:ProtocolLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1206 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument 1212 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1217 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1225 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1240 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1245 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1389 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument 1395 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8008 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames, 8051 SourceLocation ProtocolLoc,
|