clang API Documentation

Public Member Functions
clang::ParenTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getLParenLoc () const
SourceLocation getRParenLoc () const
void setLParenLoc (SourceLocation Loc)
void setRParenLoc (SourceLocation Loc)
SourceRange getLocalSourceRange () const
 Get the local source range.
void initializeLocal (ASTContext &Context, SourceLocation Loc)
TypeLoc getInnerLoc () const
QualType getInnerType () const

Detailed Description

Definition at line 877 of file TypeLoc.h.


Member Function Documentation

TypeLoc clang::ParenTypeLoc::getInnerLoc ( ) const [inline]
QualType clang::ParenTypeLoc::getInnerType ( ) const [inline]
SourceRange clang::ParenTypeLoc::getLocalSourceRange ( ) const [inline]

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 894 of file TypeLoc.h.

SourceLocation clang::ParenTypeLoc::getLParenLoc ( ) const [inline]
SourceLocation clang::ParenTypeLoc::getRParenLoc ( ) const [inline]
void clang::ParenTypeLoc::initializeLocal ( ASTContext Context,
SourceLocation  Loc 
) [inline]

Definition at line 898 of file TypeLoc.h.

void clang::ParenTypeLoc::setLParenLoc ( SourceLocation  Loc) [inline]
void clang::ParenTypeLoc::setRParenLoc ( SourceLocation  Loc) [inline]

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