clang API Documentation
#include <SVals.h>


Public Member Functions | |
| const LazyCompoundValData * | getCVData () const |
| const void * | getStore () const |
| const TypedRegion * | getRegion () 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::LazyCompoundVal::classof | ( | const SVal * | V | ) | [inline, static] |
Reimplemented from clang::ento::NonLoc.
Definition at line 387 of file SVals.h.
References clang::ento::SVal::getBaseKind(), clang::ento::SVal::getSubKind(), clang::ento::nonloc::LazyCompoundValKind, and clang::ento::SVal::NonLocKind.
| static bool clang::ento::nonloc::LazyCompoundVal::classof | ( | const NonLoc * | V | ) | [inline, static] |
Definition at line 391 of file SVals.h.
References clang::ento::SVal::getSubKind(), and clang::ento::nonloc::LazyCompoundValKind.
| const LazyCompoundValData* clang::ento::nonloc::LazyCompoundVal::getCVData | ( | ) | const [inline] |
Definition at line 381 of file SVals.h.
References clang::ento::SVal::Data.
| const TypedRegion* clang::ento::nonloc::LazyCompoundVal::getRegion | ( | ) | const |
friend class ento::SValBuilder [friend] |