clang 22.0.0git
llvm::simplify_type< ::clang::QualType > Struct Reference

Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class. More...

#include "clang/AST/TypeBase.h"

Public Types

using SimpleType = const ::clang::Type *

Static Public Member Functions

static SimpleType getSimplifiedValue (::clang::QualType Val)

Detailed Description

Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class.

Definition at line 1656 of file TypeBase.h.

Member Typedef Documentation

◆ SimpleType

using llvm::simplify_type< ::clang::QualType >::SimpleType = const ::clang::Type *

Definition at line 1657 of file TypeBase.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 1659 of file TypeBase.h.

References clang::QualType::getTypePtr().


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