clang API Documentation
AddrLabelExpr - The GNU address of label extension, representing &&label. More...
#include <Expr.h>
Public Member Functions | |
AddrLabelExpr (SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, QualType t) | |
AddrLabelExpr (EmptyShell Empty) | |
Build an empty address of a label expression. | |
SourceLocation | getAmpAmpLoc () const |
void | setAmpAmpLoc (SourceLocation L) |
SourceLocation | getLabelLoc () const |
void | setLabelLoc (SourceLocation L) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
LabelDecl * | getLabel () const |
void | setLabel (LabelDecl *L) |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
AddrLabelExpr - The GNU address of label extension, representing &&label.
clang::AddrLabelExpr::AddrLabelExpr | ( | SourceLocation | AALoc, |
SourceLocation | LLoc, | ||
LabelDecl * | L, | ||
QualType | t | ||
) | [inline] |
clang::AddrLabelExpr::AddrLabelExpr | ( | EmptyShell | Empty | ) | [inline, explicit] |
child_range clang::AddrLabelExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
static bool clang::AddrLabelExpr::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::Expr.
Definition at line 3381 of file Expr.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::AddrLabelExpr::getAmpAmpLoc | ( | ) | const [inline] |
LabelDecl* clang::AddrLabelExpr::getLabel | ( | ) | const [inline] |
Definition at line 3378 of file Expr.h.
Referenced by clang::ento::SValBuilder::makeLoc(), and clang::APValue::printPretty().
SourceLocation clang::AddrLabelExpr::getLabelLoc | ( | ) | const [inline] |
SourceLocation clang::AddrLabelExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
SourceLocation clang::AddrLabelExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
void clang::AddrLabelExpr::setAmpAmpLoc | ( | SourceLocation | L | ) | [inline] |
void clang::AddrLabelExpr::setLabel | ( | LabelDecl * | L | ) | [inline] |
void clang::AddrLabelExpr::setLabelLoc | ( | SourceLocation | L | ) | [inline] |