class PointerTypeLoc

Declaration

class PointerTypeLoc : public PointerLikeTypeLoc { /* full declaration omitted */ };

Description

Wrapper for source info for pointers.

Declared at: clang/include/clang/AST/TypeLoc.h:1258

Inherits from: PointerLikeTypeLoc

Method Overview

Methods

clang::SourceLocation getStarLoc() const

Declared at: clang/include/clang/AST/TypeLoc.h:1261

void setStarLoc(clang::SourceLocation Loc)

Declared at: clang/include/clang/AST/TypeLoc.h:1265

Parameters

clang::SourceLocation Loc