clang 20.0.0git
|
Implement simplify_type for CFGTerminator, so that we can dyn_cast from CFGTerminator to a specific Stmt class. More...
#include "clang/Analysis/CFG.h"
Public Types | |
using | SimpleType = ::clang::Stmt * |
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.
using llvm::simplify_type< ::clang::CFGTerminator >::SimpleType = ::clang::Stmt * |
|
inlinestatic |
Definition at line 1474 of file CFG.h.
References clang::CFGTerminator::getStmt().