Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h32 class SourceMapper; variable
35 class InterpState final : public State, public SourceMapper {
38 SourceMapper *M = nullptr);
103 SourceMapper *M;
H A DSource.cpp41 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()
H A DSource.h94 class SourceMapper {
96 virtual ~SourceMapper() {} in ~SourceMapper()
H A DInterpState.cpp19 Context &Ctx, SourceMapper *M) in InterpState()
H A DEvalEmitter.h31 class EvalEmitter : public SourceMapper {