clang API Documentation

Public Member Functions | Static Public Member Functions
clang::AddrLabelExpr Class Reference

AddrLabelExpr - The GNU address of label extension, representing &&label. More...

#include <Expr.h>

Inheritance diagram for clang::AddrLabelExpr:
Inheritance graph
[legend]
Collaboration diagram for clang::AddrLabelExpr:
Collaboration graph
[legend]

List of all members.

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
LabelDeclgetLabel () const
void setLabel (LabelDecl *L)
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed Description

AddrLabelExpr - The GNU address of label extension, representing &&label.

Definition at line 3356 of file Expr.h.


Constructor & Destructor Documentation

Definition at line 3360 of file Expr.h.

clang::AddrLabelExpr::AddrLabelExpr ( EmptyShell  Empty) [inline, explicit]

Build an empty address of a label expression.

Definition at line 3367 of file Expr.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 3386 of file Expr.h.

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().

Definition at line 3370 of file Expr.h.

Definition at line 3378 of file Expr.h.

Referenced by clang::ento::SValBuilder::makeLoc(), and clang::APValue::printPretty().

Definition at line 3372 of file Expr.h.

Reimplemented from clang::Stmt.

Definition at line 3376 of file Expr.h.

Reimplemented from clang::Stmt.

Definition at line 3375 of file Expr.h.

Definition at line 3371 of file Expr.h.

void clang::AddrLabelExpr::setLabel ( LabelDecl L) [inline]

Definition at line 3379 of file Expr.h.

Definition at line 3373 of file Expr.h.


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