|
clang 22.0.0git
|
#include "clang/AST/Decl.h"#include "clang/AST/Expr.h"#include "clang/AST/Type.h"#include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"#include "clang/Analysis/FlowSensitive/DataflowLattice.h"#include "clang/Analysis/FlowSensitive/StorageLocation.h"#include "clang/Analysis/FlowSensitive/Value.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLFunctionalExtras.h"Go to the source code of this file.
Classes | |
| class | clang::dataflow::CachedConstAccessorsLattice< Base > |
| A mixin for a lattice that additionally maintains a cache of stable method call return values to model const accessors methods. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::dataflow |
| Dataflow Directional Tag Classes. | |
| namespace | clang::dataflow::internal |
Functions | |
| template<typename T> | |
| llvm::SmallDenseMap< const RecordStorageLocation *, llvm::SmallDenseMap< const FunctionDecl *, T * > > | clang::dataflow::internal::joinConstMethodMap (const llvm::SmallDenseMap< const RecordStorageLocation *, llvm::SmallDenseMap< const FunctionDecl *, T * > > &Map1, const llvm::SmallDenseMap< const RecordStorageLocation *, llvm::SmallDenseMap< const FunctionDecl *, T * > > &Map2, LatticeEffect &Effect) |