clang API Documentation
#include <CFG.h>
Public Member Functions | |
CFGStmt (Stmt *S) | |
const Stmt * | getStmt () const |
Friends | |
class | CFGElement |
clang::CFGStmt::CFGStmt | ( | Stmt * | S | ) | [inline] |
const Stmt* clang::CFGStmt::getStmt | ( | ) | const [inline] |
Definition at line 119 of file CFG.h.
References clang::CFGElement::Data1.
Referenced by CheckFallThrough(), clang::ento::CoreEngine::enqueueStmtNode(), getLocationForCaller(), clang::ento::ExprEngine::processCFGElement(), clang::ento::ExprEngine::ProcessStmt(), clang::consumed::ConsumedAnalyzer::run(), clang::threadSafety::ThreadSafetyAnalyzer::runAnalysis(), shouldRemoveDeadBindings(), clang::threadSafety::LocalVariableMap::traverseCFG(), and clang::threadSafety::CFGWalker::walk().
friend class CFGElement [friend] |