clang 19.0.0git
Public Attributes | List of all members
clang::dataflow::TypeErasedLattice Struct Reference

Type-erased lattice element container. More...

#include "clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h"

Public Attributes

llvm::Any Value
 

Detailed Description

Type-erased lattice element container.

Requirements:

The type of the object stored in the container must be a bounded join-semilattice.

Definition at line 49 of file TypeErasedDataflowAnalysis.h.

Member Data Documentation

◆ Value

llvm::Any clang::dataflow::TypeErasedLattice::Value

Definition at line 50 of file TypeErasedDataflowAnalysis.h.


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