clang 20.0.0git
Public Attributes | List of all members
clang::dataflow::CFGEltCallbacksTypeErased Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ After

CFGEltCallbackTypeErased clang::dataflow::CFGEltCallbacksTypeErased::After

◆ Before

CFGEltCallbackTypeErased clang::dataflow::CFGEltCallbacksTypeErased::Before

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