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/TypeErasedDataflowAnalysis.h"
Public Attributes | |
CFGEltCallbackTypeErased | Before |
CFGEltCallbackTypeErased | 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 143 of file TypeErasedDataflowAnalysis.h.
CFGEltCallbackTypeErased clang::dataflow::CFGEltCallbacksTypeErased::After |
Definition at line 145 of file TypeErasedDataflowAnalysis.h.
Referenced by clang::dataflow::diagnoseFunction(), and clang::dataflow::runTypeErasedDataflowAnalysis().
CFGEltCallbackTypeErased clang::dataflow::CFGEltCallbacksTypeErased::Before |
Definition at line 144 of file TypeErasedDataflowAnalysis.h.
Referenced by clang::dataflow::diagnoseFunction(), and clang::dataflow::runTypeErasedDataflowAnalysis().