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

#include "clang/Sema/Sema.h"

Public Attributes

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

Detailed Description

Definition at line 5628 of file Sema.h.

Member Data Documentation

◆ E

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

Definition at line 5633 of file Sema.h.

◆ IdentInfo

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

Definition at line 5632 of file Sema.h.

◆ isBrackets

bool clang::Sema::OffsetOfComponent::isBrackets

Definition at line 5630 of file Sema.h.

◆ LocEnd

SourceLocation clang::Sema::OffsetOfComponent::LocEnd

Definition at line 5629 of file Sema.h.

◆ LocStart

SourceLocation clang::Sema::OffsetOfComponent::LocStart

Definition at line 5629 of file Sema.h.

◆ 

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

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