clang API Documentation

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

#include <CFG.h>

Collaboration diagram for llvm::simplify_type< const ::clang::CFGTerminator >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

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

Public Attributes

typedefconst::clang::Stmt * SimpleType

Detailed Description

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

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

Definition at line 811 of file CFG.h.


Member Function Documentation

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

Definition at line 813 of file CFG.h.


Member Data Documentation

typedefconst ::clang::Stmt* llvm::simplify_type< const ::clang::CFGTerminator >::SimpleType

Definition at line 812 of file CFG.h.


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