clang API Documentation

Public Member Functions
clang::UnaryTransformTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getKWLoc () const
void setKWLoc (SourceLocation Loc)
SourceLocation getLParenLoc () const
void setLParenLoc (SourceLocation Loc)
SourceLocation getRParenLoc () const
void setRParenLoc (SourceLocation Loc)
TypeSourceInfogetUnderlyingTInfo () const
void setUnderlyingTInfo (TypeSourceInfo *TInfo)
SourceRange getLocalSourceRange () const
 Get the local source range.
SourceRange getParensRange () const
void setParensRange (SourceRange Range)
void initializeLocal (ASTContext &Context, SourceLocation Loc)

Detailed Description

Definition at line 1589 of file TypeLoc.h.


Member Function Documentation

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1610 of file TypeLoc.h.

Definition at line 1614 of file TypeLoc.h.

Definition at line 1622 of file TypeLoc.h.

Definition at line 1617 of file TypeLoc.h.

References clang::SourceRange::getBegin(), and clang::SourceRange::getEnd().


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