class PointerLikeTypeLoc

Declaration

template <class Derived,
          class TypeClass,
          class LocalData = clang::PointerLikeLocInfo>
class PointerLikeTypeLoc { /* full declaration omitted */ };

Description

A base class for

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

Templates

Derived
TypeClass
LocalData = clang::PointerLikeLocInfo

Method Overview

Methods

clang::QualType getInnerType() const

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

clang::SourceRange getLocalSourceRange() const

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

clang::TypeLoc getPointeeLoc() const

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

clang::SourceLocation getSigilLoc() const

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

void initializeLocal(clang::ASTContext& Context,
                     clang::SourceLocation Loc)

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

Parameters

clang::ASTContext& Context
clang::SourceLocation Loc

void setSigilLoc(clang::SourceLocation Loc)

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

Parameters

clang::SourceLocation Loc