clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PreStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt=0) | |
| const Stmt * | getSubStmt () const |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 226 of file ProgramPoint.h.
| clang::PreStmt::PreStmt | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag, | ||
| const Stmt * | SubStmt = 0 |
||
| ) | [inline] |
Definition at line 228 of file ProgramPoint.h.
| static bool clang::PreStmt::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::StmtPoint.
Definition at line 234 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), and clang::ProgramPoint::PreStmtKind.
| const Stmt* clang::PreStmt::getSubStmt | ( | ) | const [inline] |
Definition at line 232 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().