clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PostStmt (const Stmt *S, Kind k, const LocationContext *L, const ProgramPointTag *tag=0) | |
| PostStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=0) | |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Protected Member Functions | |
| PostStmt (const Stmt *S, const void *data, Kind k, const LocationContext *L, const ProgramPointTag *tag=0) | |
Definition at line 239 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| const void * | data, | ||
| Kind | k, | ||
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline, protected] |
Definition at line 241 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| Kind | k, | ||
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline, explicit] |
Definition at line 246 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline, explicit] |
Definition at line 250 of file ProgramPoint.h.
| static bool clang::PostStmt::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::StmtPoint.
Reimplemented in clang::PostLValue, clang::PostStore, clang::PostLoad, and clang::PostCondition.
Definition at line 254 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), clang::ProgramPoint::MaxPostStmtKind, and clang::ProgramPoint::MinPostStmtKind.