|
clang
5.0.0
|
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 | |
| typedef const T * | SimpleType |
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 353 of file CanonicalType.h.
| typedef const T* llvm::simplify_type< ::clang::CanQual< T > >::SimpleType |
Definition at line 354 of file CanonicalType.h.
|
inlinestatic |
Definition at line 355 of file CanonicalType.h.
References clang::CanQual< T >::getTypePtr().
1.8.6