Home
last modified time | relevance | path

Searched refs:getProtocol (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree_elem.h79 ocsd_trace_protocol_t getProtocol() const { return protocol; }; in getProtocol() function
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp206 …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 DIndexTypeSourceInfo.cpp141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
H A DIndexBody.cpp337 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp214 P->getProtocol()->print(OS, PP); in print()
H A DASTStructuralEquivalence.cpp1341 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent()
1342 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
1357 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent()
1358 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp1292 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
H A DStmtProfile.cpp2357 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
H A DStmtPrinter.cpp2689 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
H A DTextNodeDumper.cpp1702 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h823 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
1032 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
2718 ObjCProtocolDecl *getProtocol() const { return Protocol; } in getProtocol() function
H A DType.h7052 ObjCProtocolDecl *getProtocol(unsigned I) const {
7370 getProtocol
7532 ObjCProtocolDecl *getProtocol(unsigned I) const {
7533 return getObjectType()->getProtocol(I);
H A DRecursiveASTVisitor.h1474 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1489 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp682 ocsd_trace_protocol_t protocol = pElement->getProtocol(); in addPacketPrinter()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3584 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr()
3594 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1454 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp267 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()