clang 22.0.0git
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 7516 of file Sema.h.

Member Data Documentation

◆ E

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

Definition at line 7521 of file Sema.h.

◆ IdentInfo

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

Definition at line 7520 of file Sema.h.

◆ isBrackets

bool clang::Sema::OffsetOfComponent::isBrackets

Definition at line 7518 of file Sema.h.

◆ LocEnd

SourceLocation clang::Sema::OffsetOfComponent::LocEnd

Definition at line 7517 of file Sema.h.

◆ LocStart

SourceLocation clang::Sema::OffsetOfComponent::LocStart

Definition at line 7517 of file Sema.h.

◆ [union]

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

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