clang 20.0.0git
|
A pair of callbacks for performing diagnosis on a CFG element, called with the state before and after visiting that CFG element. More...
#include "clang/Analysis/FlowSensitive/DataflowAnalysis.h"
Public Attributes | |
DiagnosisCallback< AnalysisT, Diagnostic > | Before |
DiagnosisCallback< AnalysisT, Diagnostic > | After |
A pair of callbacks for performing diagnosis on a CFG element, called with the state before and after visiting that CFG element.
Either or both of the callbacks may be null.
Definition at line 207 of file DataflowAnalysis.h.
DiagnosisCallback<AnalysisT, Diagnostic> clang::dataflow::DiagnosisCallbacks< AnalysisT, Diagnostic >::After |
Definition at line 209 of file DataflowAnalysis.h.
Referenced by clang::dataflow::diagnoseFunction().
DiagnosisCallback<AnalysisT, Diagnostic> clang::dataflow::DiagnosisCallbacks< AnalysisT, Diagnostic >::Before |
Definition at line 208 of file DataflowAnalysis.h.
Referenced by clang::dataflow::diagnoseFunction().