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

#include "clang/AST/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 813 of file TypeLoc.h.

Member Data Documentation

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

Definition at line 823 of file TypeLoc.h.

unsigned clang::AttributedLocInfo::EnumOperandLoc

A raw SourceLocation.

Definition at line 818 of file TypeLoc.h.

Referenced by clang::AttributedTypeLoc::setAttrEnumOperandLoc().

Expr* clang::AttributedLocInfo::ExprOperand

Definition at line 815 of file TypeLoc.h.

SourceRange clang::AttributedLocInfo::OperandParens

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