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

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

Completed in 63 milliseconds