clang API Documentation

Public Member Functions
clang::ObjCObjectTypeLoc Class Reference

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getLAngleLoc () const
void setLAngleLoc (SourceLocation Loc)
SourceLocation getRAngleLoc () const
void setRAngleLoc (SourceLocation Loc)
unsigned getNumProtocols () const
SourceLocation getProtocolLoc (unsigned i) const
void setProtocolLoc (unsigned i, SourceLocation Loc)
ObjCProtocolDeclgetProtocol (unsigned i) const
bool hasBaseTypeAsWritten () const
void setHasBaseTypeAsWritten (bool HasBaseType)
TypeLoc getBaseLoc () const
SourceRange getLocalSourceRange () const
 Get the local source range.
void initializeLocal (ASTContext &Context, SourceLocation Loc)
unsigned getExtraLocalDataSize () const
unsigned getExtraLocalDataAlignment () const
QualType getInnerType () const

Detailed Description

Definition at line 813 of file TypeLoc.h.


Member Function Documentation

Get the local source range.

Reimplemented from clang::TypeLoc.

Reimplemented in clang::ObjCInterfaceTypeLoc.

Definition at line 867 of file TypeLoc.h.

Definition at line 841 of file TypeLoc.h.

Reimplemented in clang::ObjCInterfaceTypeLoc.

Definition at line 871 of file TypeLoc.h.

Definition at line 845 of file TypeLoc.h.


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