class ObjCObjectPointerTypeLoc

Declaration

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

Description

Wraps an ObjCPointerType with source location information.

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

Inherits from: PointerLikeTypeLoc

Method Overview

Methods

clang::SourceLocation getStarLoc() const

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

void setStarLoc(clang::SourceLocation Loc)

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

Parameters

clang::SourceLocation Loc