clang 20.0.0git
|
A read-only version of TransferState. More...
#include "clang/Analysis/FlowSensitive/MatchSwitch.h"
Public Member Functions | |
TransferStateForDiagnostics (const LatticeT &Lattice, const Environment &Env) | |
Public Attributes | |
const LatticeT & | Lattice |
Current lattice element. | |
const Environment & | Env |
A read-only version of TransferState.
FIXME: this type is being used as a general (typed) view type for untyped dataflow analysis state, rather than strictly for transfer-function purposes. Move it (and rename it) to DataflowAnalysis.h.
Definition at line 55 of file MatchSwitch.h.
|
inline |
Definition at line 56 of file MatchSwitch.h.
const Environment& clang::dataflow::TransferStateForDiagnostics< LatticeT >::Env |
Definition at line 61 of file MatchSwitch.h.
const LatticeT& clang::dataflow::TransferStateForDiagnostics< LatticeT >::Lattice |
Current lattice element.
Definition at line 60 of file MatchSwitch.h.