clang 20.0.0git
Public Member Functions | List of all members
clang::interp::SourceInfo Class Referencefinal

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 StmtasStmt () const
 
const DeclasDecl () const
 
const ExprasExpr () const
 
 operator bool () const
 

Detailed Description

Describes the statement/declaration an opcode was generated from.

Definition at line 77 of file Source.h.

Constructor & Destructor Documentation