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


Member Function Documentation

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1910 of file TypeLoc.h.

Definition at line 1935 of file TypeLoc.h.

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

Definition at line 1943 of file TypeLoc.h.

Definition at line 1938 of file TypeLoc.h.

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

Referenced by fillAtomicQualLoc().


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