clang API Documentation
#include <BasicValueFactory.h>


Public Types | |
| typedef llvm::ImmutableList < SVal >::iterator | iterator |
Public Member Functions | |
| CompoundValData (QualType t, llvm::ImmutableList< SVal > l) | |
| iterator | begin () const |
| iterator | end () const |
| void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
| static void | Profile (llvm::FoldingSetNodeID &ID, QualType T, llvm::ImmutableList< SVal > L) |
Definition at line 27 of file BasicValueFactory.h.
| typedef llvm::ImmutableList<SVal>::iterator clang::ento::CompoundValData::iterator |
Definition at line 35 of file BasicValueFactory.h.
| clang::ento::CompoundValData::CompoundValData | ( | QualType | t, |
| llvm::ImmutableList< SVal > | l | ||
| ) | [inline] |
Definition at line 32 of file BasicValueFactory.h.
| iterator clang::ento::CompoundValData::begin | ( | ) | const [inline] |
Definition at line 36 of file BasicValueFactory.h.
| iterator clang::ento::CompoundValData::end | ( | ) | const [inline] |
Definition at line 37 of file BasicValueFactory.h.
| void CompoundValData::Profile | ( | llvm::FoldingSetNodeID & | ID, |
| QualType | T, | ||
| llvm::ImmutableList< SVal > | L | ||
| ) | [static] |
Definition at line 23 of file BasicValueFactory.cpp.
References clang::QualType::Profile().
Referenced by clang::ento::BasicValueFactory::getCompoundValData().
| void clang::ento::CompoundValData::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |