Searched refs:ProtocolLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 315 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc); 1474 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1475 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1489 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1490 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1688 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); 1689 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1711 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); 1712 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1720 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 292 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames, 330 SourceLocation ProtocolLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1218 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument 1226 ProtocolName, ProtocolLoc, SemaRef.forRedeclarationInCurContext()); in ActOnStartProtocolInterface() 1234 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1243 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1259 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1264 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1417 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument 1423 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
|