clang 20.0.0git
|
#include "clang/Analysis/FlowSensitive/AdornedCFG.h"
Public Member Functions | |
StmtToBlockMap (const CFG &Cfg) | |
const CFGBlock * | lookup (const Stmt &S) const |
Definition at line 32 of file AdornedCFG.h.
clang::dataflow::internal::StmtToBlockMap::StmtToBlockMap | ( | const CFG & | Cfg | ) |
Definition at line 131 of file AdornedCFG.cpp.
References clang::dataflow::buildStmtToBasicBlockMap().
Definition at line 36 of file AdornedCFG.h.
References clang::dataflow::ignoreCFGOmittedNodes().
Referenced by clang::dataflow::AdornedCFG::blockForStmt(), and clang::dataflow::buildContainsExprConsumedInDifferentBlock().