clang API Documentation
Represents a program point after a store evaluation. More...
#include <ProgramPoint.h>
Public Member Functions | |
PostStore (const Stmt *S, const LocationContext *L, const void *Loc, const ProgramPointTag *tag=nullptr) | |
const void * | getLocationValue () const |
Returns the information about the location used in the store, how it was uttered in the code. | |
Friends | |
class | ProgramPoint |
Represents a program point after a store evaluation.
Definition at line 376 of file ProgramPoint.h.
clang::PostStore::PostStore | ( | const Stmt * | S, |
const LocationContext * | L, | ||
const void * | Loc, | ||
const ProgramPointTag * | tag = nullptr |
||
) | [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 381 of file ProgramPoint.h.
References clang::ProgramPoint::getData2(), and clang::ProgramPoint::setData2().
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 390 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
friend class ProgramPoint [friend] |
Reimplemented from clang::PostStmt.
Definition at line 395 of file ProgramPoint.h.