|
clang 22.0.0git
|
#include "clang/AST/Type.h"#include "clang/Basic/LLVM.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 "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 | |
| struct | clang::ento::BindResult |
| 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< StoreManager > | clang::ento::CreateRegionStoreManager (ProgramStateManager &StMgr) |