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
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 516 of file TemplateBase.h.


Constructor & Destructor Documentation

clang::TemplateArgumentListInfo::TemplateArgumentListInfo ( ) [inline]

Definition at line 526 of file TemplateBase.h.

clang::TemplateArgumentListInfo::TemplateArgumentListInfo ( SourceLocation  LAngleLoc,
SourceLocation  RAngleLoc 
) [inline]

Definition at line 528 of file TemplateBase.h.


Member Function Documentation

void clang::TemplateArgumentListInfo::addArgument ( const TemplateArgumentLoc Loc) [inline]
const TemplateArgumentLoc* clang::TemplateArgumentListInfo::getArgumentArray ( ) const [inline]
SourceLocation clang::TemplateArgumentListInfo::getLAngleLoc ( ) const [inline]
SourceLocation clang::TemplateArgumentListInfo::getRAngleLoc ( ) const [inline]
const TemplateArgumentLoc& clang::TemplateArgumentListInfo::operator[] ( unsigned  I) const [inline]

Definition at line 544 of file TemplateBase.h.

void clang::TemplateArgumentListInfo::setLAngleLoc ( SourceLocation  Loc) [inline]
void clang::TemplateArgumentListInfo::setRAngleLoc ( SourceLocation  Loc) [inline]
unsigned clang::TemplateArgumentListInfo::size ( ) const [inline]

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