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

#include <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 827 of file TypeLoc.h.

Member Data Documentation

bool clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten

Definition at line 832 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc

Definition at line 830 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc

Definition at line 831 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc

Definition at line 828 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc

Definition at line 829 of file TypeLoc.h.


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