clang  3.7.0
Public Attributes | List of all members
clang::DeclaratorChunk::TypeAndRange Struct Reference

#include <DeclSpec.h>

Collaboration diagram for clang::DeclaratorChunk::TypeAndRange:
[legend]

Public Attributes

ParsedType Ty
 
SourceRange Range
 

Detailed Description

Definition at line 1180 of file DeclSpec.h.

Member Data Documentation

SourceRange clang::DeclaratorChunk::TypeAndRange::Range

Definition at line 1182 of file DeclSpec.h.

Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getFunction().

ParsedType clang::DeclaratorChunk::TypeAndRange::Ty

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