clang API Documentation
#include <CFG.h>


Public Member Functions | |
| CFGStmt (Stmt *S) | |
| const Stmt * | getStmt () const |
Static Public Member Functions | |
| static bool | classof (const CFGElement *E) |
| static bool clang::CFGStmt::classof | ( | const CFGElement * | E | ) | [inline, static] |
Reimplemented from clang::CFGElement.
Definition at line 103 of file CFG.h.
References clang::CFGElement::getKind(), and clang::CFGElement::Statement.
| const Stmt* clang::CFGStmt::getStmt | ( | ) | const [inline] |
Definition at line 99 of file CFG.h.
References clang::CFGElement::Data1.
Referenced by Accumulate(), CheckFallThrough(), clang::ento::CoreEngine::enqueueStmtNode(), getLogicalOperatorInChain(), PopulateBlkExprMap(), clang::ento::SubEngine::processCFGElement(), clang::ento::ExprEngine::ProcessStmt(), and shouldRemoveDeadBindings().