clang  3.9.0
Public Attributes | List of all members
clang::AttributedLocInfo Struct Reference

#include <TypeLoc.h>

Collaboration diagram for clang::AttributedLocInfo:
[legend]

Public Attributes

union {
   Expr *   ExprOperand
 
   unsigned   EnumOperandLoc
 A raw SourceLocation. More...
 
}; 
 
SourceRange OperandParens
 
SourceLocation AttrLoc
 

Detailed Description

Definition at line 710 of file TypeLoc.h.

Member Data Documentation

union { ... }
SourceLocation clang::AttributedLocInfo::AttrLoc

Definition at line 720 of file TypeLoc.h.

unsigned clang::AttributedLocInfo::EnumOperandLoc

A raw SourceLocation.

Definition at line 715 of file TypeLoc.h.

Expr* clang::AttributedLocInfo::ExprOperand

Definition at line 712 of file TypeLoc.h.

SourceRange clang::AttributedLocInfo::OperandParens

Definition at line 718 of file TypeLoc.h.


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