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
- public clang::SourceLocation getStarLoc() const
- public void setStarLoc(clang::SourceLocation Loc)
Methods
¶clang::SourceLocation getStarLoc() const
clang::SourceLocation getStarLoc() const
Declared at: clang/include/clang/AST/TypeLoc.h:1330
¶void setStarLoc(clang::SourceLocation Loc)
void setStarLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/TypeLoc.h:1334