clang: clang::dataflow::StmtToEnvMap Class Reference (original) (raw)
Maps statements to the environments of basic blocks that contain them. More...
#include "[clang/Analysis/FlowSensitive/Transfer.h](Transfer%5F8h%5Fsource.html)"
Detailed Description
Maps statements to the environments of basic blocks that contain them.
Definition at line 26 of file Transfer.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ getEnvironment()
| const Environment * clang::dataflow::StmtToEnvMap::getEnvironment | ( | const Stmt & | S | ) | const |
|---|
Returns the environment of the basic block that contains S.
The result is guaranteed never to be null.
Definition at line 44 of file Transfer.cpp.
References clang::Block.
The documentation for this class was generated from the following files:
- include/clang/Analysis/FlowSensitive/Transfer.h
- lib/Analysis/FlowSensitive/Transfer.cpp