clang 24.0.0git
clang::interp::SourceMapper Class Referenceabstract

Interface for classes which map locations to sources. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Source.h"

Inheritance diagram for clang::interp::SourceMapper:
[legend]

Public Member Functions

virtual ~SourceMapper ()
virtual SourceInfo getSource (CodePtr PC) const =0
 Returns source information for a given PC in a function.

Detailed Description

Interface for classes which map locations to sources.

Definition at line 138 of file Source.h.

Constructor & Destructor Documentation

◆ ~SourceMapper()

virtual clang::interp::SourceMapper::~SourceMapper ( )
inlinevirtual

Definition at line 140 of file Source.h.

Member Function Documentation

◆ getSource()

virtual SourceInfo clang::interp::SourceMapper::getSource ( CodePtr PC) const
pure virtual

Returns source information for a given PC in a function.

Implemented in clang::interp::EvalEmitter.


The documentation for this class was generated from the following file: