clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PostLoad (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 306 of file ProgramPoint.h.


Constructor & Destructor Documentation

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

Definition at line 308 of file ProgramPoint.h.


Member Function Documentation

static bool clang::PostLoad::classof ( const ProgramPoint Location) [inline, static]

Reimplemented from clang::PostStmt.

Definition at line 312 of file ProgramPoint.h.

References clang::ProgramPoint::getKind(), and clang::ProgramPoint::PostLoadKind.


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