Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
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 DInterpState.h34 class SourceMapper; variable
43 class InterpState final : public State, public SourceMapper {
46 SourceMapper *M = nullptr);
165 SourceMapper *M;
H A DSource.h99 class SourceMapper {
101 virtual ~SourceMapper() {} in ~SourceMapper()
H A DEvalEmitter.h30 class EvalEmitter : public SourceMapper {
H A DInterpState.cpp19 Context &Ctx, SourceMapper *M) in InterpState()