| /freebsd-14.2/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree_elem.h | 79 ocsd_trace_protocol_t getProtocol() const { return protocol; }; in getProtocol() function
|
| /freebsd-14.2/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api.cpp | 206 …err = ocsd_create_pkt_sink_cb(pElem->getProtocol(),(FnDefPktDataIn)p_fn_callback_data,p_context,&p… in ocsd_dt_attach_packet_callback() 212 …err = ocsd_create_pkt_mon_cb(pElem->getProtocol(),(FnDefPktDataMon)p_fn_callback_data,p_context,&p… in ocsd_dt_attach_packet_callback()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| H A D | IndexBody.cpp | 337 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 214 P->getProtocol()->print(OS, PP); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 1313 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1314 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1329 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1330 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1257 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2319 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1467 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2639 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 817 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 1022 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 2649 ObjCProtocolDecl *getProtocol() const { return Protocol; } in getProtocol() function
|
| H A D | Type.h | 6138 ObjCProtocolDecl *getProtocol(unsigned I) const { 6456 getProtocol 6618 ObjCProtocolDecl *getProtocol(unsigned I) const { 6619 return getObjectType()->getProtocol(I);
|
| H A D | ExprObjC.h | 522 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() function
|
| H A D | RecursiveASTVisitor.h | 1419 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1434 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ |
| H A D | ocsd_dcd_tree.cpp | 682 ocsd_trace_protocol_t protocol = pElement->getProtocol(); in addPacketPrinter()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1444 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 267 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|