clang API Documentation

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

#include <Type.h>

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

List of all members.

Static Public Member Functions

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

Public Attributes

typedefconst::clang::Type * SimpleType

Detailed Description

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

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

Definition at line 965 of file Type.h.


Member Function Documentation

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

Definition at line 967 of file Type.h.


Member Data Documentation

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

Definition at line 966 of file Type.h.


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