clang API Documentation

Public Member Functions
clang::PointerTypeLoc Class Reference

Wrapper for source info for pointers. More...

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getStarLoc () const
void setStarLoc (SourceLocation Loc)

Detailed Description

Wrapper for source info for pointers.

Definition at line 948 of file TypeLoc.h.


Member Function Documentation

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

Definition at line 951 of file TypeLoc.h.

Referenced by clang::Sema::DiagnoseUnusedExprResult().

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

Definition at line 954 of file TypeLoc.h.


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