clang API Documentation
#include <SVals.h>
Public Types | |
typedef llvm::ImmutableList < SVal >::iterator | iterator |
Public Member Functions | |
const CompoundValData * | getValue () const |
iterator | begin () const |
iterator | end () const |
Friends | |
class | ento::SValBuilder |
class | SVal |
typedef llvm::ImmutableList<SVal>::iterator clang::ento::nonloc::CompoundVal::iterator |
Definition at line 162 of file SVals.cpp.
References getValue().
Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
Definition at line 166 of file SVals.cpp.
References getValue().
Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
const CompoundValData* clang::ento::nonloc::CompoundVal::getValue | ( | ) | const [inline] |
Definition at line 416 of file SVals.h.
References clang::ento::SVal::Data.
friend class ento::SValBuilder [friend] |
friend class SVal [friend] |
Reimplemented from clang::ento::NonLoc.