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);94 SourceMapper *M;
31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const { in getExpr()37 SourceLocation SourceMapper::getLocation(Function *F, CodePtr PC) const { in getLocation()
102 class SourceMapper {104 virtual ~SourceMapper() {} in ~SourceMapper()
25 Context &Ctx, SourceMapper *M) in InterpState()
36 class EvalEmitter : public SourceMapper {