Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.h31 class SourceMapper; variable
34 class InterpState final : public State, public SourceMapper {
37 SourceMapper *M = nullptr);
94 SourceMapper *M;
H A DSource.cpp31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const { in getExpr()
37 SourceLocation SourceMapper::getLocation(Function *F, CodePtr PC) const { in getLocation()
H A DSource.h102 class SourceMapper {
104 virtual ~SourceMapper() {} in ~SourceMapper()
H A DInterpState.cpp25 Context &Ctx, SourceMapper *M) in InterpState()
H A DEvalEmitter.h36 class EvalEmitter : public SourceMapper {