clang  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< ::clang::CFGTerminator > Struct Template Reference

#include <CFG.h>

Public Types

typedef ::clang::Stmt * SimpleType
 

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)
inlinestatic

Definition at line 994 of file CFG.h.

References clang::CFGTerminator::getStmt().


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