clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
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/Type.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 1431 of file Type.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 1432 of file Type.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 1434 of file Type.h.

References clang::QualType::getTypePtr().


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