Home
last modified time | relevance | path

Searched refs:SourceMapper (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.h31 class SourceMapper; variable
34 class InterpState final : public State, public SourceMapper {
37 SourceMapper *M = nullptr);
95 SourceMapper *M;
H A DSource.cpp31 const Expr *SourceMapper::getExpr(const Function *F, CodePtr PC) const { in getExpr()
37 SourceLocation SourceMapper::getLocation(const Function *F, CodePtr PC) const { in getLocation()
H A DSource.h91 class SourceMapper {
93 virtual ~SourceMapper() {} in ~SourceMapper()
H A DInterpState.cpp25 Context &Ctx, SourceMapper *M) in InterpState()
H A DEvalEmitter.h35 class EvalEmitter : public SourceMapper {