clang 19.0.0git
Public Member Functions | List of all members
clang::ObjCObjectPointerTypeLoc Class Reference

Wraps an ObjCPointerType with source location information. More...

#include "clang/AST/TypeLoc.h"

Inheritance diagram for clang::ObjCObjectPointerTypeLoc:
Inheritance graph
[legend]

Public Member Functions

SourceLocation getStarLoc () const
 
void setStarLoc (SourceLocation Loc)
 
- Public Member Functions inherited from clang::PointerLikeTypeLoc< ObjCObjectPointerTypeLoc, ObjCObjectPointerType >
SourceLocation getSigilLoc () const
 
void setSigilLoc (SourceLocation Loc)
 
TypeLoc getPointeeLoc () const
 
SourceRange getLocalSourceRange () const
 
void initializeLocal (ASTContext &Context, SourceLocation Loc)
 
QualType getInnerType () const
 
- Public Member Functions inherited from clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >
unsigned getLocalDataAlignment () const
 
unsigned getLocalDataSize () const
 
void copyLocal (Derived other)
 
TypeLoc getNextTypeLoc () const
 
const TypeClass * getTypePtr () const
 

Additional Inherited Members

- Protected Member Functions inherited from clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >
unsigned getExtraLocalDataSize () const
 
unsigned getExtraLocalDataAlignment () const
 
LocalData * getLocalData () const
 
void * getExtraLocalData () const
 Gets a pointer past the Info structure; useful for classes with local data that can't be captured in the Info (e.g.
 
void * getNonLocalData () const
 
HasNoInnerType getInnerType () const
 
TypeLoc getInnerTypeLoc () const
 

Detailed Description

Wraps an ObjCPointerType with source location information.

Definition at line 1368 of file TypeLoc.h.

Member Function Documentation

◆ getStarLoc()

SourceLocation clang::ObjCObjectPointerTypeLoc::getStarLoc ( ) const
inline

◆ setStarLoc()

void clang::ObjCObjectPointerTypeLoc::setStarLoc ( SourceLocation  Loc)
inline

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