clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::PostStmt Class Reference

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PostStmt (const Stmt *S, Kind k, const LocationContext *L, const ProgramPointTag *tag=0)
 PostStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=0)

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Protected Member Functions

 PostStmt (const Stmt *S, const void *data, Kind k, const LocationContext *L, const ProgramPointTag *tag=0)

Detailed Description

Definition at line 239 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PostStmt::PostStmt ( const Stmt S,
const void *  data,
Kind  k,
const LocationContext L,
const ProgramPointTag tag = 0 
) [inline, protected]

Definition at line 241 of file ProgramPoint.h.

clang::PostStmt::PostStmt ( const Stmt S,
Kind  k,
const LocationContext L,
const ProgramPointTag tag = 0 
) [inline, explicit]

Definition at line 246 of file ProgramPoint.h.

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

Definition at line 250 of file ProgramPoint.h.


Member Function Documentation

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

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