clang 22.0.0git
clang::dataflow::internal::StmtToBlockMap Class Reference

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

Public Member Functions

 StmtToBlockMap (const CFG &Cfg)
const CFGBlocklookup (const Stmt &S) const

Detailed Description

Definition at line 32 of file AdornedCFG.h.

Constructor & Destructor Documentation

◆ StmtToBlockMap()

clang::dataflow::internal::StmtToBlockMap::StmtToBlockMap ( const CFG & Cfg)

Definition at line 130 of file AdornedCFG.cpp.

References clang::dataflow::buildStmtToBasicBlockMap().

Member Function Documentation

◆ lookup()

const CFGBlock * clang::dataflow::internal::StmtToBlockMap::lookup ( const Stmt & S) const
inline

The documentation for this class was generated from the following files: