clang API Documentation

Public Member Functions | Static Public Member Functions
clang::PostStore Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::PostStore:
Inheritance graph
[legend]
Collaboration diagram for clang::PostStore:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 318 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PostStore::PostStore ( const Stmt S,
const LocationContext L,
const void *  Loc,
const ProgramPointTag tag = 0 
) [inline]

Construct the post store point.

Parameters:
Loccan 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().


Member Function Documentation

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().


The documentation for this class was generated from the following file: