clang  3.9.0
Static Public Member Functions | Public Attributes | List of all members
llvm::simplify_type< ::clang::QualType > Struct Template Reference

Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class. More...

#include <Type.h>

Collaboration diagram for llvm::simplify_type< ::clang::QualType >:
[legend]

Static Public Member Functions

static SimpleType getSimplifiedValue (::clang::QualType Val)
 

Public Attributes

typedefconst::clang::Type * SimpleType
 

Detailed Description

template<>
struct llvm::simplify_type< ::clang::QualType >

Implement simplify_type for QualType, so that we can dyn_cast from QualType to a specific Type class.

Definition at line 1115 of file Type.h.

Member Function Documentation

static SimpleType llvm::simplify_type< ::clang::QualType >::getSimplifiedValue ( ::clang::QualType  Val)
inlinestatic

Definition at line 1117 of file Type.h.

References clang::QualType::getTypePtr().

Member Data Documentation

typedefconst ::clang::Type* llvm::simplify_type< ::clang::QualType >::SimpleType

Definition at line 1116 of file Type.h.


The documentation for this struct was generated from the following file: