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 |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 208 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 210 of file ProgramPoint.h.
| static bool clang::StmtPoint::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::ProgramPoint.
Reimplemented in clang::CallExitEnd, clang::CallExitBegin, clang::CallEnter, 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 219 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), clang::ProgramPoint::MaxPostStmtKind, and clang::ProgramPoint::PreStmtKind.
| const Stmt* clang::StmtPoint::getStmt | ( | ) | const [inline] |
Definition at line 214 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by clang::ento::StackHintGeneratorForSymbol::getMessage(), and getStmtAs().
| const T* clang::StmtPoint::getStmtAs | ( | ) | const [inline] |
Definition at line 217 of file ProgramPoint.h.
References getStmt().