clang API Documentation

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

#include <CFG.h>

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

List of all members.

Public Member Functions

 CFGStmt (Stmt *S)
const StmtgetStmt () const

Static Public Member Functions

static bool classof (const CFGElement *E)

Detailed Description

Definition at line 95 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGStmt::CFGStmt ( Stmt S) [inline]

Definition at line 97 of file CFG.h.


Member Function Documentation

static bool clang::CFGStmt::classof ( const CFGElement E) [inline, static]

Reimplemented from clang::CFGElement.

Definition at line 103 of file CFG.h.

References clang::CFGElement::getKind(), and clang::CFGElement::Statement.

const Stmt* clang::CFGStmt::getStmt ( ) const [inline]

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