|
clang 24.0.0git
|
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"
Public Member Functions | |
| virtual | ~SourceMapper () |
| virtual SourceInfo | getSource (CodePtr PC) const =0 |
| Returns source information for a given PC in a function. | |
|
inlinevirtual |
|
pure virtual |
Returns source information for a given PC in a function.
Implemented in clang::interp::EvalEmitter.