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

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)
 

Detailed Description

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

Definition at line 1471 of file CFG.h.

Member Typedef Documentation

◆ SimpleType

using llvm::simplify_type< ::clang::CFGTerminator >::SimpleType = ::clang::Stmt *

Definition at line 1472 of file CFG.h.

Member Function Documentation

◆ getSimplifiedValue()

static SimpleType llvm::simplify_type< ::clang::CFGTerminator >::getSimplifiedValue ( ::clang::CFGTerminator  Val)
inlinestatic

Definition at line 1474 of file CFG.h.

References clang::CFGTerminator::getStmt().


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