clang API Documentation
#include <SVals.h>


Public Member Functions | |
| GotoLabel (LabelDecl *Label) | |
| const LabelDecl * | getLabel () const |
Static Public Member Functions | |
| static bool | classof (const SVal *V) |
| static bool | classof (const Loc *V) |
| clang::ento::loc::GotoLabel::GotoLabel | ( | LabelDecl * | Label | ) | [inline, explicit] |
| static bool clang::ento::loc::GotoLabel::classof | ( | const SVal * | V | ) | [inline, static] |
Reimplemented from clang::ento::Loc.
Definition at line 414 of file SVals.h.
References clang::ento::SVal::getBaseKind(), clang::ento::SVal::getSubKind(), clang::ento::loc::GotoLabelKind, and clang::ento::SVal::LocKind.
| 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.