clang API Documentation
A structure for storing the information associated with an overloaded template name. More...
#include <TemplateName.h>


Public Types | |
| typedef NamedDecl *const * | iterator |
Public Member Functions | |
| iterator | begin () const |
| iterator | end () const |
Friends | |
| class | ASTContext |
A structure for storing the information associated with an overloaded template name.
Definition at line 92 of file TemplateName.h.
| typedef NamedDecl* const* clang::OverloadedTemplateStorage::iterator |
Definition at line 106 of file TemplateName.h.
| iterator clang::OverloadedTemplateStorage::begin | ( | ) | const [inline] |
Definition at line 108 of file TemplateName.h.
Referenced by clang::ASTWriter::AddTemplateName(), clang::ASTContext::getNameForTemplate(), clang::ASTImporter::Import(), and clang::TemplateName::print().
| iterator clang::OverloadedTemplateStorage::end | ( | ) | const [inline] |
Definition at line 109 of file TemplateName.h.
References clang::UncommonTemplateNameStorage::size().
Referenced by clang::ASTWriter::AddTemplateName(), and clang::ASTImporter::Import().
friend class ASTContext [friend] |
Definition at line 93 of file TemplateName.h.