| /freebsd/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/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/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 142 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| H A D | IndexBody.cpp | 335 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 214 P->getProtocol()->print(OS, PP); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 1445 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1446 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1461 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1462 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1300 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2406 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2827 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1855 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 825 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 1084 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 2777 ObjCProtocolDecl *getProtocol() const { return Protocol; } in getProtocol() function
|
| H A D | ExprObjC.h | 520 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() function
|
| H A D | Type.h | 7408 ObjCProtocolDecl *getProtocol(unsigned I) const { 7726 getProtocol 7888 ObjCProtocolDecl *getProtocol(unsigned I) const { 7889 return getObjectType()->getProtocol(I);
|
| H A D | RecursiveASTVisitor.h | 1497 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1512 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
|
| /freebsd/contrib/opencsd/decoder/source/ |
| H A D | ocsd_dcd_tree.cpp | 682 ocsd_trace_protocol_t protocol = pElement->getProtocol(); in addPacketPrinter()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3036 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3051 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| H A D | RewriteModernObjC.cpp | 3583 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3593 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 629 std::string_view getProtocol() const { return Protocol; } in getProtocol() function 668 OB += objcProto->getProtocol(); in printLeft()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1477 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 267 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|