Searched refs:SourceMapper (Results 1 – 5 of 5) sorted by relevance
31 class SourceMapper; variable34 class InterpState final : public State, public SourceMapper {37 SourceMapper *M = nullptr);95 SourceMapper *M;
31 const Expr *SourceMapper::getExpr(const Function *F, CodePtr PC) const { in getExpr()37 SourceLocation SourceMapper::getLocation(const Function *F, CodePtr PC) const { in getLocation()
91 class SourceMapper {93 virtual ~SourceMapper() {} in ~SourceMapper()
25 Context &Ctx, SourceMapper *M) in InterpState()
35 class EvalEmitter : public SourceMapper {