clang API Documentation

Public Types | Public Member Functions
clang::CanProxyAdaptor< FunctionProtoType > Struct Template Reference

#include <CanonicalType.h>

Inheritance diagram for clang::CanProxyAdaptor< FunctionProtoType >:
Inheritance graph
[legend]
Collaboration diagram for clang::CanProxyAdaptor< FunctionProtoType >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef CanTypeIterator
< FunctionProtoType::arg_type_iterator
arg_type_iterator

Public Member Functions

CanQualType getArgType (unsigned i) const
arg_type_iterator arg_type_begin () const
arg_type_iterator arg_type_end () const

Detailed Description

template<>
struct clang::CanProxyAdaptor< FunctionProtoType >

Definition at line 600 of file CanonicalType.h.


Member Typedef Documentation

Definition at line 613 of file CanonicalType.h.


Member Function Documentation

arg_type_iterator clang::CanProxyAdaptor< FunctionProtoType >::arg_type_begin ( ) const [inline]

Definition at line 615 of file CanonicalType.h.

References clang::CanProxyBase< T >::getTypePtr().

arg_type_iterator clang::CanProxyAdaptor< FunctionProtoType >::arg_type_end ( ) const [inline]

Definition at line 619 of file CanonicalType.h.

References clang::CanProxyBase< T >::getTypePtr().

CanQualType clang::CanProxyAdaptor< FunctionProtoType >::getArgType ( unsigned  i) const [inline]

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