clang API Documentation
#include <BasicValueFactory.h>
Public Member Functions | |
LazyCompoundValData (const StoreRef &st, const TypedValueRegion *r) | |
const void * | getStore () const |
const TypedValueRegion * | getRegion () const |
void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, const StoreRef &store, const TypedValueRegion *region) |
Definition at line 45 of file BasicValueFactory.h.
clang::ento::LazyCompoundValData::LazyCompoundValData | ( | const StoreRef & | st, |
const TypedValueRegion * | r | ||
) | [inline] |
Definition at line 49 of file BasicValueFactory.h.
const TypedValueRegion* clang::ento::LazyCompoundValData::getRegion | ( | ) | const [inline] |
Definition at line 53 of file BasicValueFactory.h.
const void* clang::ento::LazyCompoundValData::getStore | ( | ) | const [inline] |
Definition at line 52 of file BasicValueFactory.h.
References clang::ento::StoreRef::getStore().
void LazyCompoundValData::Profile | ( | llvm::FoldingSetNodeID & | ID, |
const StoreRef & | store, | ||
const TypedValueRegion * | region | ||
) | [static] |
Definition at line 29 of file BasicValueFactory.cpp.
References clang::ento::StoreRef::getStore().
Referenced by clang::ento::BasicValueFactory::getLazyCompoundValData().
void clang::ento::LazyCompoundValData::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |