clang  3.9.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 839 of file TypeLoc.h.

Member Data Documentation

bool clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten

Definition at line 844 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc

Definition at line 842 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc

Definition at line 843 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc

Definition at line 840 of file TypeLoc.h.

SourceLocation clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc

Definition at line 841 of file TypeLoc.h.


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