Searched refs:SourceMapper (Results 1 – 4 of 4) sorted by relevance
33 class SourceMapper; variable36 class InterpState final : public State, public SourceMapper {39 SourceMapper *M = nullptr);120 SourceMapper *M;
41 const Expr *SourceMapper::getExpr(const Function *F, CodePtr PC) const { in getExpr()47 SourceLocation SourceMapper::getLocation(const Function *F, CodePtr PC) const { in getLocation()51 SourceRange SourceMapper::getRange(const Function *F, CodePtr PC) const { in getRange()
31 class EvalEmitter : public SourceMapper {
19 Context &Ctx, SourceMapper *M) in InterpState()