clang API Documentation

Public Member Functions
clang::PackExpansionTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getEllipsisLoc () const
void setEllipsisLoc (SourceLocation Loc)
SourceRange getLocalSourceRange () const
 Get the local source range.
void initializeLocal (ASTContext &Context, SourceLocation Loc)
TypeLoc getPatternLoc () const
QualType getInnerType () const

Detailed Description

Definition at line 1739 of file TypeLoc.h.


Member Function Documentation

SourceLocation clang::PackExpansionTypeLoc::getEllipsisLoc ( ) const [inline]
QualType clang::PackExpansionTypeLoc::getInnerType ( ) const [inline]
SourceRange clang::PackExpansionTypeLoc::getLocalSourceRange ( ) const [inline]

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1751 of file TypeLoc.h.

TypeLoc clang::PackExpansionTypeLoc::getPatternLoc ( ) const [inline]
void clang::PackExpansionTypeLoc::initializeLocal ( ASTContext Context,
SourceLocation  Loc 
) [inline]

Definition at line 1755 of file TypeLoc.h.

void clang::PackExpansionTypeLoc::setEllipsisLoc ( SourceLocation  Loc) [inline]

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