|
clang 22.0.0git
|
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) |
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.
| using llvm::simplify_type< ::clang::QualType >::SimpleType = const ::clang::Type * |
Definition at line 1657 of file TypeBase.h.
|
inlinestatic |
Definition at line 1659 of file TypeBase.h.
References clang::QualType::getTypePtr().