Searched refs:PtrCB (Results 1 – 2 of 2) sorted by relevance
76 PtrCallback PtrCB) { in interpretAsPointer() argument81 this->PtrCB = PtrCB; in interpretAsPointer()192 if (this->PtrCB) in emitRet()193 return (*this->PtrCB)(Ptr); in emitRet()
42 EvaluationResult interpretAsPointer(const Expr *E, PtrCallback PtrCB);111 std::optional<PtrCallback> PtrCB; variable