clang 19.0.0git
Classes | Namespaces | Typedefs | Functions
Store.h File Reference
#include "clang/AST/Type.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallVector.h"
#include <cassert>
#include <cstdint>
#include <memory>
#include <optional>

Go to the source code of this file.

Classes

class  clang::ento::StoreManager
 
class  clang::ento::StoreManager::BindingsHandler
 
class  clang::ento::StoreManager::FindUniqueBinding
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ento
 

Typedefs

using clang::ento::InvalidatedSymbols = llvm::DenseSet< SymbolRef >
 

Functions

std::unique_ptr< StoreManagerclang::ento::CreateRegionStoreManager (ProgramStateManager &StMgr)