Searched refs:getProtocol (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/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-12.1/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-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 124 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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 769 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 770 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 785 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 786 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | TextNodeDumper.cpp | 953 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 1903 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2273 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/ |
| H A D | ocsd_dcd_tree.cpp | 569 ocsd_trace_protocol_t protocol = pElement->getProtocol(); in addPacketPrinter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 800 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 993 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
|
| H A D | Type.h | 5451 ObjCProtocolDecl *getProtocol(unsigned I) const { 5769 getProtocol 5935 ObjCProtocolDecl *getProtocol(unsigned I) const { 5936 return getObjectType()->getProtocol(I);
|
| H A D | ExprObjC.h | 490 ObjCProtocolDecl *getProtocol() const { return TheProtocol; }
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3038 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3052 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| H A D | RewriteModernObjC.cpp | 3586 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3596 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1084 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 259 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|