Searched refs:getProtocol (Results 1 – 17 of 17) sorted by relevance
/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 | 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/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 214 P->getProtocol()->print(OS, PP); in print()
|
H A D | ASTStructuralEquivalence.cpp | 1341 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 D | JSONNodeDumper.cpp | 1292 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
H A D | StmtProfile.cpp | 2357 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
H A D | StmtPrinter.cpp | 2689 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
H A D | TextNodeDumper.cpp | 1702 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 823 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 D | Type.h | 7052 ObjCProtocolDecl *getProtocol(unsigned I) const { 7370 getProtocol 7532 ObjCProtocolDecl *getProtocol(unsigned I) const { 7533 return getObjectType()->getProtocol(I);
|
H A D | RecursiveASTVisitor.h | 1474 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1489 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 | RewriteModernObjC.cpp | 3584 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3594 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1454 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()
|