clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PostStore (const Stmt *S, const LocationContext *L, const void *Loc, const ProgramPointTag *tag=0) | |
| const void * | getLocationValue () const |
| Returns the information about the location used in the store, how it was uttered in the code. | |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 318 of file ProgramPoint.h.
| clang::PostStore::PostStore | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const void * | Loc, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline] |
Construct the post store point.
| Loc | can be used to store the information about the location used in the form it was uttered in the code. |
Definition at line 323 of file ProgramPoint.h.
References clang::ProgramPoint::getData2(), and clang::ProgramPoint::setData2().
| static bool clang::PostStore::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::PostStmt.
Definition at line 330 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), and clang::ProgramPoint::PostStoreKind.
| const void* clang::PostStore::getLocationValue | ( | ) | const [inline] |
Returns the information about the location used in the store, how it was uttered in the code.
Definition at line 336 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().