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

#include "clang/AST/TypeLoc.h"

Collaboration diagram for clang::ObjCObjectTypeLocInfo:
[legend]

Public Attributes

SourceLocation TypeArgsLAngleLoc
 
SourceLocation TypeArgsRAngleLoc
 
SourceLocation ProtocolLAngleLoc
 
SourceLocation ProtocolRAngleLoc
 
bool HasBaseTypeAsWritten
 

Detailed Description

Definition at line 942 of file TypeLoc.h.

Member Data Documentation

bool clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten
SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc
SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc
SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc
SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc

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