|
clang
3.8.0
|
Implement simplify_type for CFGTerminator, so that we can dyn_cast from CFGTerminator to a specific Stmt class. More...
#include <CFG.h>
Public Types | |
| typedef ::clang::Stmt * | SimpleType |
Static Public Member Functions | |
| static SimpleType | getSimplifiedValue (::clang::CFGTerminator Val) |
Implement simplify_type for CFGTerminator, so that we can dyn_cast from CFGTerminator to a specific Stmt class.
| typedef ::clang::Stmt* llvm::simplify_type< ::clang::CFGTerminator >::SimpleType |
|
inlinestatic |
Definition at line 993 of file CFG.h.
References clang::CFGTerminator::getStmt().
1.8.6