clang API Documentation

Public Types | Public Member Functions | Friends
clang::OverloadedTemplateStorage Class Reference

A structure for storing the information associated with an overloaded template name. More...

#include <TemplateName.h>

Inheritance diagram for clang::OverloadedTemplateStorage:
Inheritance graph
[legend]
Collaboration diagram for clang::OverloadedTemplateStorage:
Collaboration graph
[legend]

List of all members.

Public Types

typedef NamedDecl *const * iterator

Public Member Functions

iterator begin () const
iterator end () const

Friends

class ASTContext

Detailed Description

A structure for storing the information associated with an overloaded template name.

Definition at line 92 of file TemplateName.h.


Member Typedef Documentation

Definition at line 106 of file TemplateName.h.


Member Function Documentation


Friends And Related Function Documentation

friend class ASTContext [friend]

Definition at line 93 of file TemplateName.h.


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