Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp138 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc) { in TraverseObjCProtocolLoc()
139 return Visitor.TraverseObjCProtocolLoc(ProtocolLoc); in TraverseObjCProtocolLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h317 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc);
1497 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1498 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1512 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1513 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1718 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1719 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1741 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1742 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1750 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
[all …]
H A DDynamicRecursiveASTVisitor.h197 virtual bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h280 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames,
318 SourceLocation ProtocolLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1218 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()
1420 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols() argument
1426 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()