Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DRecursiveASTVisitorTest.cpp122 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc) { in TraverseObjCProtocolLoc() argument
124 bool Ret = RecursiveASTVisitor::TraverseObjCProtocolLoc(ProtocolLoc); in TraverseObjCProtocolLoc()
/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h316 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc);
1483 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1484 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1498 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1499 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1702 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1703 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1725 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1726 TRY_TO(TraverseObjCProtocolLoc(ProtocolLoc));
1734 ObjCProtocolLoc ProtocolLoc(st
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h280 SourceLocation ProtocolLoc, Decl *const *ProtoRefNames,
318 SourceLocation ProtocolLoc,
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp1063 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc) {
1064 visitNode(DynTypedNode::create(ProtocolLoc)); in TraverseObjCProtocolLoc() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1217 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface()
1225 ProtocolName, ProtocolLoc, SemaRef.forRedeclarationInCurContext()); in ActOnStartProtocolInterface()
1233 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
1242 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface()
1258 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
1263 ProtocolLoc, AtProtoInterfaceLoc, in ActOnStartProtocolInterface()
1416 SourceLocation ProtocolLoc, in DiagnoseTypeArgsAndProtocols()
1422 << SourceRange(ProtocolLoc); in DiagnoseTypeArgsAndProtocols()
1218 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc,IdentifierInfo * ProtocolName,SourceLocation ProtocolLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList,SkipBodyInfo * SkipBody) ActOnStartProtocolInterface() argument
1417 DiagnoseTypeArgsAndProtocols(IdentifierInfo * ProtocolId,SourceLocation ProtocolLoc,IdentifierInfo * TypeArgId,SourceLocation TypeArgLoc,bool SelectProtocolFirst) DiagnoseTypeArgsAndProtocols() argument