clang API Documentation

Public Types | Static Public Member Functions
llvm::simplify_type< ::clang::CFGTerminator > Struct Template Reference

#include <CFG.h>

List of all members.

Public Types

typedef ::clang::StmtSimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (::clang::CFGTerminator Val)

Detailed Description

template<>
struct llvm::simplify_type< ::clang::CFGTerminator >

Implement simplify_type for CFGTerminator, so that we can dyn_cast from CFGTerminator to a specific Stmt class.

Definition at line 992 of file CFG.h.


Member Typedef Documentation

typedef ::clang::Stmt* llvm::simplify_type< ::clang::CFGTerminator >::SimpleType

Definition at line 993 of file CFG.h.


Member Function Documentation

static SimpleType llvm::simplify_type< ::clang::CFGTerminator >::getSimplifiedValue ( ::clang::CFGTerminator  Val) [inline, static]

Definition at line 994 of file CFG.h.

References clang::CFGTerminator::getStmt().


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