Home
last modified time | relevance | path

Searched refs:ProtocolLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h313 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc);
1419 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1420 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1435 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1633 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1634 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1656 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1657 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1665 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1666 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1222 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10548 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames,
10590 SourceLocation ProtocolLoc,