clang API Documentation

Static Public Member Functions | Public Attributes
llvm::simplify_type< ::clang::QualType > Struct Template Reference

#include <Type.h>

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

List of all members.

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 1000 of file Type.h.


Member Function Documentation

static SimpleType llvm::simplify_type< ::clang::QualType >::getSimplifiedValue ( ::clang::QualType  Val) [inline, static]

Definition at line 1002 of file Type.h.

References clang::QualType::getTypePtr().


Member Data Documentation

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

Definition at line 1001 of file Type.h.


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