clang 23.0.0git
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 1480 of file CFG.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 1481 of file CFG.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 1483 of file CFG.h.

References clang::CFGTerminator::getStmt().


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