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

#include "clang/Sema/Sema.h"

Collaboration diagram for clang::Sema::OffsetOfComponent:
[legend]

Public Attributes

SourceLocation LocStart
 
SourceLocation LocEnd
 
bool isBrackets
 
union {
   IdentifierInfo *   IdentInfo
 
   Expr *   E
 
U
 

Detailed Description

Definition at line 4352 of file Sema.h.

Member Data Documentation

Expr* clang::Sema::OffsetOfComponent::E

Definition at line 4357 of file Sema.h.

IdentifierInfo* clang::Sema::OffsetOfComponent::IdentInfo

Definition at line 4356 of file Sema.h.

bool clang::Sema::OffsetOfComponent::isBrackets

Definition at line 4354 of file Sema.h.

SourceLocation clang::Sema::OffsetOfComponent::LocEnd

Definition at line 4353 of file Sema.h.

SourceLocation clang::Sema::OffsetOfComponent::LocStart

Definition at line 4353 of file Sema.h.

union { ... } clang::Sema::OffsetOfComponent::U

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