clang API Documentation
#include <CanonicalType.h>

Public Types | |
| typedef const T * | SimpleType |
Static Public Member Functions | |
| static SimpleType | getSimplifiedValue (const ::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< const ::clang::CanQual< T > >::SimpleType |
Definition at line 354 of file CanonicalType.h.
| static SimpleType llvm::simplify_type< const ::clang::CanQual< T > >::getSimplifiedValue | ( | const ::clang::CanQual< T > & | Val | ) | [inline, static] |
Definition at line 355 of file CanonicalType.h.