clang 23.0.0git
clang::detail::CFGBlockEdgeTarget< BlockT > Struct Template Reference

#include "clang/Analysis/CFG.h"

Public Member Functions

BlockT * operator() (const CFGBlock::AdjacentBlock &AB) const

Detailed Description

template<typename BlockT>
struct clang::detail::CFGBlockEdgeTarget< BlockT >

Definition at line 1538 of file CFG.h.

Member Function Documentation

◆ operator()()

template<typename BlockT>
BlockT * clang::detail::CFGBlockEdgeTarget< BlockT >::operator() ( const CFGBlock::AdjacentBlock & AB) const
inline

Definition at line 1539 of file CFG.h.

References clang::CFGBlock::AdjacentBlock::getReachableBlock().


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