clang
9.0.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/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 61 of file BasicValueFactory.h.
|
inline |
Definition at line 66 of file BasicValueFactory.h.
References clang::ento::TypedValueRegion::getValueType(), and clang::ento::NonLoc::isCompoundType().
|
inline |
Definition at line 72 of file BasicValueFactory.h.
References clang::ento::CompoundValData::Profile().
|
inline |
Definition at line 71 of file BasicValueFactory.h.
References clang::ento::StoreRef::getStore().
|
static |
Definition at line 37 of file BasicValueFactory.cpp.
References clang::ento::StoreRef::getStore(), and clang::ento::PointerToMemberData::Profile().
Referenced by clang::ento::BasicValueFactory::getLazyCompoundValData().
|
inline |