clang API Documentation

Public Member Functions
clang::ElaboratedTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getElaboratedKeywordLoc () const
void setElaboratedKeywordLoc (SourceLocation Loc)
NestedNameSpecifierLoc getQualifierLoc () const
void setQualifierLoc (NestedNameSpecifierLoc QualifierLoc)
SourceRange getLocalSourceRange () const
 Get the local source range.
void initializeLocal (ASTContext &Context, SourceLocation Loc)
TypeLoc getNamedTypeLoc () const
QualType getInnerType () const
void copy (ElaboratedTypeLoc Loc)

Detailed Description

Definition at line 1513 of file TypeLoc.h.


Member Function Documentation

void clang::ElaboratedTypeLoc::copy ( ElaboratedTypeLoc  Loc) [inline]
SourceLocation clang::ElaboratedTypeLoc::getElaboratedKeywordLoc ( ) const [inline]
QualType clang::ElaboratedTypeLoc::getInnerType ( ) const [inline]
SourceRange clang::ElaboratedTypeLoc::getLocalSourceRange ( ) const [inline]

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1537 of file TypeLoc.h.

References clang::TypeLoc::getEndLoc().

TypeLoc clang::ElaboratedTypeLoc::getNamedTypeLoc ( ) const [inline]
NestedNameSpecifierLoc clang::ElaboratedTypeLoc::getQualifierLoc ( ) const [inline]
void ElaboratedTypeLoc::initializeLocal ( ASTContext Context,
SourceLocation  Loc 
)
void clang::ElaboratedTypeLoc::setElaboratedKeywordLoc ( SourceLocation  Loc) [inline]
void clang::ElaboratedTypeLoc::setQualifierLoc ( NestedNameSpecifierLoc  QualifierLoc) [inline]

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