Searched refs:getProtocol (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree_elem.h79 ocsd_trace_protocol_t getProtocol() const { return protocol; }; function in class:DecodeTreeElement
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp130 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i),
H A DIndexBody.cpp322 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(),
/freebsd-12-stable/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,&pDataInSink);
212 err = ocsd_create_pkt_mon_cb(pElem->getProtocol(),(FnDefPktDataMon)p_fn_callback_data,p_context,&pDataInSink);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp915 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),
916 Obj2->getProtocol(I)))
931 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),
932 Obj2->getProtocol(I)))
H A DJSONNodeDumper.cpp1097 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol()));
H A DStmtPrinter.cpp2408 OS << "@protocol(" << *Node->getProtocol() << ')';
H A DStmtProfile.cpp2021 VisitDecl(S->getProtocol());
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp569 ocsd_trace_protocol_t protocol = pElement->getProtocol();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h802 ObjCProtocolDecl *getProtocol(unsigned i) const {
984 ObjCProtocolDecl *getProtocol(unsigned i) const {
H A DExprObjC.h519 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } function in class:clang::ObjCProtocolExpr
H A DType.h5607 ObjCProtocolDecl *getProtocol(unsigned I) const {
5926 getProtocol
6092 ObjCProtocolDecl *getProtocol(unsigned I) const {
6093 return getObjectType()->getProtocol(I);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3044 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString();
3058 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
H A DRewriteModernObjC.cpp3586 Exp->getProtocol()->getNameAsString();
3596 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp261 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1238 Record.AddDeclRef(E->getProtocol());

Completed in 229 milliseconds