clang 20.0.0git
|
A pair of callbacks to be called with the state before and after visiting a CFG element. More...
#include "clang/Analysis/FlowSensitive/DataflowAnalysis.h"
Public Attributes | |
CFGEltCallback< AnalysisT > | Before |
CFGEltCallback< AnalysisT > | After |
A pair of callbacks to be called with the state before and after visiting a CFG element.
Either or both of the callbacks may be null.
Definition at line 191 of file DataflowAnalysis.h.
CFGEltCallback<AnalysisT> clang::dataflow::CFGEltCallbacks< AnalysisT >::After |
Definition at line 193 of file DataflowAnalysis.h.
CFGEltCallback<AnalysisT> clang::dataflow::CFGEltCallbacks< AnalysisT >::Before |
Definition at line 192 of file DataflowAnalysis.h.