clang API Documentation

Public Member Functions
clang::ObjCObjectPointerTypeLoc Class Reference

Wraps an ObjCPointerType with source location information. More...

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getStarLoc () const
void setStarLoc (SourceLocation Loc)

Detailed Description

Wraps an ObjCPointerType with source location information.

Definition at line 1012 of file TypeLoc.h.


Member Function Documentation

SourceLocation clang::ObjCObjectPointerTypeLoc::getStarLoc ( ) const [inline]

Definition at line 1016 of file TypeLoc.h.

void clang::ObjCObjectPointerTypeLoc::setStarLoc ( SourceLocation  Loc) [inline]

Definition at line 1020 of file TypeLoc.h.


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