clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
StmtPoint (const Stmt *S, const void *p2, Kind k, const LocationContext *L, const ProgramPointTag *tag) | |
const Stmt * | getStmt () const |
template<typename T > | |
const T * | getStmtAs () const |
Protected Member Functions | |
StmtPoint () | |
Friends | |
class | ProgramPoint |
Definition at line 239 of file ProgramPoint.h.
clang::StmtPoint::StmtPoint | ( | const Stmt * | S, |
const void * | p2, | ||
Kind | k, | ||
const LocationContext * | L, | ||
const ProgramPointTag * | tag | ||
) | [inline] |
Definition at line 241 of file ProgramPoint.h.
clang::StmtPoint::StmtPoint | ( | ) | [inline, protected] |
Definition at line 253 of file ProgramPoint.h.
const Stmt* clang::StmtPoint::getStmt | ( | ) | const [inline] |
Definition at line 247 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by clang::ento::ExprEngine::evalEagerlyAssumeBinOpBifurcation(), and getStmtAs().
const T* clang::StmtPoint::getStmtAs | ( | ) | const [inline] |
Definition at line 250 of file ProgramPoint.h.
References getStmt().
friend class ProgramPoint [friend] |
Reimplemented in clang::PostStmtPurgeDeadSymbols, clang::PreStmtPurgeDeadSymbols, clang::PostLValue, clang::PostStore, clang::PostLoad, clang::PreStore, clang::PreLoad, clang::LocationCheck, clang::PostCondition, clang::PostStmt, and clang::PreStmt.
Definition at line 255 of file ProgramPoint.h.