clang API Documentation

Public Member Functions
clang::BlockPointerTypeLoc Class Reference

Wrapper for source info for block pointers. More...

#include <TypeLoc.h>

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

List of all members.

Public Member Functions

SourceLocation getCaretLoc () const
void setCaretLoc (SourceLocation Loc)

Detailed Description

Wrapper for source info for block pointers.

Definition at line 961 of file TypeLoc.h.


Member Function Documentation

SourceLocation clang::BlockPointerTypeLoc::getCaretLoc ( ) const [inline]

Definition at line 964 of file TypeLoc.h.

void clang::BlockPointerTypeLoc::setCaretLoc ( SourceLocation  Loc) [inline]

Definition at line 967 of file TypeLoc.h.


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