clang 20.0.0git
|
Describes the statement/declaration an opcode was generated from. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Source.h"
Public Member Functions | |
SourceInfo () | |
SourceInfo (const Stmt *E) | |
SourceInfo (const Decl *D) | |
SourceLocation | getLoc () const |
SourceRange | getRange () const |
const Stmt * | asStmt () const |
const Decl * | asDecl () const |
const Expr * | asExpr () const |
operator bool () const | |
Describes the statement/declaration an opcode was generated from.