clang API Documentation

Public Member Functions | Protected Member Functions | Friends
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

Protected Member Functions

 StmtPoint ()

Friends

class ProgramPoint

Detailed Description

Definition at line 239 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 241 of file ProgramPoint.h.

clang::StmtPoint::StmtPoint ( ) [inline, protected]

Definition at line 253 of file ProgramPoint.h.


Member Function Documentation

const Stmt* clang::StmtPoint::getStmt ( ) const [inline]
template<typename T >
const T* clang::StmtPoint::getStmtAs ( ) const [inline]

Definition at line 250 of file ProgramPoint.h.

References getStmt().


Friends And Related Function Documentation

friend class ProgramPoint [friend]

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