Searched refs:ProtocolLoc (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 313 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc); 1428 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1429 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1443 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1444 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1652 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); 1653 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1675 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); 1676 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc)); 1684 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It)); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1222 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() argument 1228 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 1237 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1246 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 1262 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 1267 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface() 1417 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument 1423 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10230 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames, 10272 SourceLocation ProtocolLoc,
|