clang 20.0.0git
Public Attributes | List of all members
clang::dataflow::CFGEltCallbacks< AnalysisT > Struct Template Reference

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
 

Detailed Description

template<typename AnalysisT>
struct clang::dataflow::CFGEltCallbacks< AnalysisT >

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.

Member Data Documentation

◆ After

template<typename AnalysisT >
CFGEltCallback<AnalysisT> clang::dataflow::CFGEltCallbacks< AnalysisT >::After

Definition at line 193 of file DataflowAnalysis.h.

◆ Before

template<typename AnalysisT >
CFGEltCallback<AnalysisT> clang::dataflow::CFGEltCallbacks< AnalysisT >::Before

Definition at line 192 of file DataflowAnalysis.h.


The documentation for this struct was generated from the following file: