clang API Documentation
#include <SVals.h>


Public Member Functions | |
| Loc | getLoc () const |
| const Loc & | getPersistentLoc () const |
| unsigned | getNumBits () const |
Static Public Member Functions | |
| static bool | classof (const SVal *V) |
| static bool | classof (const NonLoc *V) |
Friends | |
| class | ento::SValBuilder |
| static bool clang::ento::nonloc::LocAsInteger::classof | ( | const SVal * | V | ) | [inline, static] |
Reimplemented from clang::ento::NonLoc.
Definition at line 342 of file SVals.h.
References clang::ento::SVal::getBaseKind(), clang::ento::SVal::getSubKind(), clang::ento::nonloc::LocAsIntegerKind, and clang::ento::SVal::NonLocKind.
| static bool clang::ento::nonloc::LocAsInteger::classof | ( | const NonLoc * | V | ) | [inline, static] |
Definition at line 347 of file SVals.h.
References clang::ento::SVal::getSubKind(), and clang::ento::nonloc::LocAsIntegerKind.
| Loc clang::ento::nonloc::LocAsInteger::getLoc | ( | ) | const [inline] |
Definition at line 328 of file SVals.h.
References clang::ento::SVal::Data.
| unsigned clang::ento::nonloc::LocAsInteger::getNumBits | ( | ) | const [inline] |
Definition at line 337 of file SVals.h.
References clang::ento::SVal::Data.
| const Loc& clang::ento::nonloc::LocAsInteger::getPersistentLoc | ( | ) | const [inline] |
Definition at line 332 of file SVals.h.
References clang::ento::SVal::Data.
friend class ento::SValBuilder [friend] |