clang 19.0.0git
Public Attributes | List of all members
clang::ObjCObjectTypeLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

Public Attributes

SourceLocation TypeArgsLAngleLoc
 
SourceLocation TypeArgsRAngleLoc
 
SourceLocation ProtocolLAngleLoc
 
SourceLocation ProtocolRAngleLoc
 
bool HasBaseTypeAsWritten
 

Detailed Description

Definition at line 943 of file TypeLoc.h.

Member Data Documentation

◆ HasBaseTypeAsWritten

bool clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten

◆ ProtocolLAngleLoc

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc

◆ ProtocolRAngleLoc

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc

◆ TypeArgsLAngleLoc

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc

◆ TypeArgsRAngleLoc

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc

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