clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 StmtPoint (const Stmt *S, const void *p2, Kind k, const LocationContext *L, const ProgramPointTag *tag)
const StmtgetStmt () const
template<typename T >
const T * getStmtAs () const

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 208 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::StmtPoint::StmtPoint ( const Stmt S,
const void *  p2,
Kind  k,
const LocationContext L,
const ProgramPointTag tag 
) [inline]

Definition at line 210 of file ProgramPoint.h.


Member Function Documentation

static bool clang::StmtPoint::classof ( const ProgramPoint Location) [inline, static]
const Stmt* clang::StmtPoint::getStmt ( ) const [inline]
template<typename T >
const T* clang::StmtPoint::getStmtAs ( ) const [inline]

Definition at line 217 of file ProgramPoint.h.

References getStmt().


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