14 #ifndef LLVM_CLANG_ANALYSIS_CFGSTMTMAP_H 15 #define LLVM_CLANG_ANALYSIS_CFGSTMTMAP_H
Stmt - This represents one statement.
Represents a single basic block in a source-level CFG.
Represents a source-level, intra-procedural CFG that represents the control-flow of a Stmt...
CFGBlock * getBlock(Stmt *S)
Returns the CFGBlock the specified Stmt* appears in.
Dataflow Directional Tag Classes.
static CFGStmtMap * Build(CFG *C, ParentMap *PM)
Returns a new CFGMap for the given CFG.
const CFGBlock * getBlock(const Stmt *S) const