clang API Documentation

Public Member Functions
clang::DependentNameTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getElaboratedKeywordLoc () const
void setElaboratedKeywordLoc (SourceLocation Loc)
NestedNameSpecifierLoc getQualifierLoc () const
void setQualifierLoc (NestedNameSpecifierLoc QualifierLoc)
SourceLocation getNameLoc () const
void setNameLoc (SourceLocation Loc)
SourceRange getLocalSourceRange () const
 Get the local source range.
void copy (DependentNameTypeLoc Loc)
void initializeLocal (ASTContext &Context, SourceLocation Loc)

Detailed Description

Definition at line 1698 of file TypeLoc.h.


Member Function Documentation

Definition at line 1736 of file TypeLoc.h.

References clang::TypeLoc::Data, and clang::TypeLoc::getFullDataSize().

Get the local source range.

Reimplemented from clang::TypeLoc.

Definition at line 1729 of file TypeLoc.h.

References clang::TypeLoc::getBeginLoc(), and clang::TypeSpecTypeLoc::getNameLoc().


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