clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 PreStmt (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt=0)
const StmtgetSubStmt () const

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 226 of file ProgramPoint.h.


Constructor & Destructor Documentation

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

Definition at line 228 of file ProgramPoint.h.


Member Function Documentation

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

Reimplemented from clang::StmtPoint.

Definition at line 234 of file ProgramPoint.h.

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

const Stmt* clang::PreStmt::getSubStmt ( ) const [inline]

Definition at line 232 of file ProgramPoint.h.

References clang::ProgramPoint::getData2().


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