clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PreStore (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=0)

Static Public Member Functions

static bool classof (const ProgramPoint *location)

Detailed Description

Definition at line 295 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PreStore::PreStore ( const Stmt S,
const LocationContext L,
const ProgramPointTag tag = 0 
) [inline]

Definition at line 297 of file ProgramPoint.h.


Member Function Documentation

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.


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