clang API Documentation
#include <SVals.h>
Public Member Functions | |
const LazyCompoundValData * | getCVData () const |
const void * | getStore () const |
const TypedValueRegion * | getRegion () const |
Friends | |
class | ento::SValBuilder |
class | SVal |
const LazyCompoundValData* clang::ento::nonloc::LazyCompoundVal::getCVData | ( | ) | const [inline] |
Definition at line 442 of file SVals.h.
References clang::ento::SVal::Data.
Referenced by clang::ento::ScanReachableSymbols::scan().
const TypedValueRegion * nonloc::LazyCompoundVal::getRegion | ( | ) | const |
Definition at line 154 of file SVals.cpp.
Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
const void * nonloc::LazyCompoundVal::getStore | ( | ) | const |
Definition at line 150 of file SVals.cpp.
Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
friend class ento::SValBuilder [friend] |
friend class SVal [friend] |
Reimplemented from clang::ento::NonLoc.