clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ento::loc::GotoLabel Class Reference

#include <SVals.h>

Inheritance diagram for clang::ento::loc::GotoLabel:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::loc::GotoLabel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GotoLabel (LabelDecl *Label)
const LabelDeclgetLabel () const

Static Public Member Functions

static bool classof (const SVal *V)
static bool classof (const Loc *V)

Detailed Description

Definition at line 406 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::loc::GotoLabel::GotoLabel ( LabelDecl Label) [inline, explicit]

Definition at line 408 of file SVals.h.


Member Function Documentation

static bool clang::ento::loc::GotoLabel::classof ( const SVal V) [inline, static]
static bool clang::ento::loc::GotoLabel::classof ( const Loc V) [inline, static]

Definition at line 418 of file SVals.h.

References clang::ento::SVal::getSubKind(), and clang::ento::loc::GotoLabelKind.

const LabelDecl* clang::ento::loc::GotoLabel::getLabel ( ) const [inline]

Definition at line 410 of file SVals.h.

References clang::ento::SVal::Data.


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