| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 199 P->getProtocol()->print(OS, PP); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 1179 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1180 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1195 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1196 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1159 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1342 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2246 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2606 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 333 Outer.add(OPE->getProtocol(), Flags); in add() 552 Finder.add(PL->getProtocol(), Flags); in allTargetDecls() 1075 {PL->getProtocol()}}}; in explicitReference()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| H A D | IndexBody.cpp | 323 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 811 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 1016 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 2642 ObjCProtocolDecl *getProtocol() const { return Protocol; } in getProtocol() function
|
| H A D | Type.h | 5863 ObjCProtocolDecl *getProtocol(unsigned I) const { 6182 getProtocol 6344 ObjCProtocolDecl *getProtocol(unsigned I) const { 6345 return getObjectType()->getProtocol(I);
|
| H A D | ExprObjC.h | 521 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() function
|
| H A D | RecursiveASTVisitor.h | 1445 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1460 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 1207 const ObjCProtocolDecl *PD = OT->getProtocol(i); in clang_Type_getObjCProtocolDecl()
|
| H A D | CIndex.cpp | 1692 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCTypeParamTypeLoc() 1710 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCObjectTypeLoc() 4706 return PE->getProtocol(); in getDeclFromExpr()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3038 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3053 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| H A D | RewriteModernObjC.cpp | 3585 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3595 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1345 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 264 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|