clang API Documentation

Public Member Functions
clang::TemplateArgumentListInfo Class Reference

#include <TemplateBase.h>

List of all members.

Public Member Functions

 TemplateArgumentListInfo ()
 TemplateArgumentListInfo (SourceLocation LAngleLoc, SourceLocation RAngleLoc)
SourceLocation getLAngleLoc () const
SourceLocation getRAngleLoc () const
void setLAngleLoc (SourceLocation Loc)
void setRAngleLoc (SourceLocation Loc)
unsigned size () const
const TemplateArgumentLocgetArgumentArray () const
const TemplateArgumentLocoperator[] (unsigned I) const
TemplateArgumentLocoperator[] (unsigned I)
void addArgument (const TemplateArgumentLoc &Loc)

Detailed Description

A convenient class for passing around template argument information. Designed to be passed by reference.

Definition at line 519 of file TemplateBase.h.


Constructor & Destructor Documentation

Definition at line 529 of file TemplateBase.h.

Definition at line 531 of file TemplateBase.h.


Member Function Documentation

const TemplateArgumentLoc& clang::TemplateArgumentListInfo::operator[] ( unsigned  I) const [inline]

Definition at line 547 of file TemplateBase.h.

TemplateArgumentLoc& clang::TemplateArgumentListInfo::operator[] ( unsigned  I) [inline]

Definition at line 551 of file TemplateBase.h.


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