clang API Documentation

Public Member Functions
clang::AtomicTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

TypeLoc getValueLoc () const
SourceRange getLocalSourceRange () const
 Get the local source range.
SourceLocation getKWLoc () const
void setKWLoc (SourceLocation Loc)
SourceLocation getLParenLoc () const
void setLParenLoc (SourceLocation Loc)
SourceLocation getRParenLoc () const
void setRParenLoc (SourceLocation Loc)
SourceRange getParensRange () const
void setParensRange (SourceRange Range)
void initializeLocal (ASTContext &Context, SourceLocation Loc)
QualType getInnerType () const

Detailed Description

Definition at line 1772 of file TypeLoc.h.


Member Function Documentation

QualType clang::AtomicTypeLoc::getInnerType ( ) const [inline]
SourceLocation clang::AtomicTypeLoc::getKWLoc ( ) const [inline]
SourceRange clang::AtomicTypeLoc::getLocalSourceRange ( ) const [inline]

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1779 of file TypeLoc.h.

SourceLocation clang::AtomicTypeLoc::getLParenLoc ( ) const [inline]
SourceRange clang::AtomicTypeLoc::getParensRange ( ) const [inline]

Definition at line 1804 of file TypeLoc.h.

SourceLocation clang::AtomicTypeLoc::getRParenLoc ( ) const [inline]
TypeLoc clang::AtomicTypeLoc::getValueLoc ( ) const [inline]
void clang::AtomicTypeLoc::initializeLocal ( ASTContext Context,
SourceLocation  Loc 
) [inline]

Definition at line 1812 of file TypeLoc.h.

void clang::AtomicTypeLoc::setKWLoc ( SourceLocation  Loc) [inline]
void clang::AtomicTypeLoc::setLParenLoc ( SourceLocation  Loc) [inline]
void clang::AtomicTypeLoc::setParensRange ( SourceRange  Range) [inline]

Definition at line 1807 of file TypeLoc.h.

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

void clang::AtomicTypeLoc::setRParenLoc ( SourceLocation  Loc) [inline]

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