Lines Matching defs:StoreManager
9 // This file defined the types Store and StoreManager.
42 StoreManager::StoreManager(ProgramStateManager &stateMgr)
46 StoreRef StoreManager::enterStackFrame(Store OldStore,
60 const ElementRegion *StoreManager::MakeElementRegion(const SubRegion *Base,
67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R,
74 std::optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R,
252 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) {
266 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) {
275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType,
316 std::optional<SVal> StoreManager::evalBaseToDerived(SVal Base,
398 SVal StoreManager::getLValueFieldOrIvar(const Decl *D, SVal Base) {
439 SVal StoreManager::getLValueIvar(const ObjCIvarDecl *decl, SVal base) {
443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset,
531 StoreManager::BindingsHandler::~BindingsHandler() = default;
533 bool StoreManager::FindUniqueBinding::HandleBinding(StoreManager& SMgr,