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 939 of file TypeLoc.h.


Member Function Documentation

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 956 of file TypeLoc.h.

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

Definition at line 960 of file TypeLoc.h.


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