Searched refs:SourceMapper (Results 1 – 5 of 5) sorted by relevance
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()
34 class SourceMapper; variable43 class InterpState final : public State, public SourceMapper {46 SourceMapper *M = nullptr);165 SourceMapper *M;
99 class SourceMapper {101 virtual ~SourceMapper() {} in ~SourceMapper()
30 class EvalEmitter : public SourceMapper {
19 Context &Ctx, SourceMapper *M) in InterpState()