clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PostStmt (const Stmt *S, Kind k, const LocationContext *L, const ProgramPointTag *tag=nullptr) | |
| PostStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=nullptr) | |
Protected Member Functions | |
| PostStmt () | |
| PostStmt (const Stmt *S, const void *data, Kind k, const LocationContext *L, const ProgramPointTag *tag=nullptr) | |
Friends | |
| class | ProgramPoint |
Definition at line 279 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | ) | [inline, protected] |
Definition at line 281 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| const void * | data, | ||
| Kind | k, | ||
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = nullptr |
||
| ) | [inline, protected] |
Definition at line 282 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| Kind | k, | ||
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = nullptr |
||
| ) | [inline, explicit] |
Definition at line 287 of file ProgramPoint.h.
| clang::PostStmt::PostStmt | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = nullptr |
||
| ) | [inline, explicit] |
Definition at line 291 of file ProgramPoint.h.
friend class ProgramPoint [friend] |
Reimplemented from clang::StmtPoint.
Reimplemented in clang::PostLValue, clang::PostStore, clang::PostLoad, and clang::PostCondition.
Definition at line 296 of file ProgramPoint.h.