clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PreStore (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=0) | |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *location) |
Definition at line 295 of file ProgramPoint.h.
| clang::PreStore::PreStore | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline] |
Definition at line 297 of file ProgramPoint.h.
| static bool clang::PreStore::classof | ( | const ProgramPoint * | location | ) | [inline, static] |
Reimplemented from clang::LocationCheck.
Definition at line 301 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), and clang::ProgramPoint::PreStoreKind.