clang 20.0.0git
|
Implement simplify_type for CanQual<T>, so that we can dyn_cast from CanQual<T> to a specific Type class. More...
#include "clang/AST/CanonicalType.h"
Public Types | |
using | SimpleType = const T * |
Static Public Member Functions | |
static SimpleType | getSimplifiedValue (::clang::CanQual< T > Val) |
Implement simplify_type for CanQual<T>, so that we can dyn_cast from CanQual<T> to a specific Type class.
We're prefer isa/dyn_cast/cast/etc. to return smart pointer (proxies?).
Definition at line 368 of file CanonicalType.h.
using llvm::simplify_type< ::clang::CanQual< T > >::SimpleType = const T * |
Definition at line 369 of file CanonicalType.h.
|
inlinestatic |
Definition at line 371 of file CanonicalType.h.
References clang::CanQual< T >::getTypePtr().