Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h33 class SourceMapper; variable
36 class InterpState final : public State, public SourceMapper {
39 SourceMapper *M = nullptr);
120 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 DEvalEmitter.h31 class EvalEmitter : public SourceMapper {
H A DInterpState.cpp19 Context &Ctx, SourceMapper *M) in InterpState()