clang
3.9.0
|
Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class. More...
#include <Type.h>
Static Public Member Functions | |
static SimpleType | getSimplifiedValue (::clang::QualType Val) |
Public Attributes | |
typedefconst::clang::Type * | SimpleType |
Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class.
|
inlinestatic |
Definition at line 1117 of file Type.h.
References clang::QualType::getTypePtr().
typedefconst ::clang::Type* llvm::simplify_type< ::clang::QualType >::SimpleType |