Searched refs:ProtocolLoc (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1213 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument 1219 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1224 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1232 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1247 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1252 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1401 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument 1407 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7372 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, 7419 SourceLocation ProtocolLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9353 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames, 9398 SourceLocation ProtocolLoc,
|