clang: clang::ArrayLocInfo Struct Reference (original) (raw)

#include "[clang/AST/TypeLoc.h](TypeLoc%5F8h%5Fsource.html)"

Public Attributes
SourceLocation LBracketLoc
SourceLocation RBracketLoc
Expr * Size

Detailed Description

Definition at line 1739 of file TypeLoc.h.

Member Data Documentation

LBracketLoc

SourceLocation clang::ArrayLocInfo::LBracketLoc

Definition at line 1740 of file TypeLoc.h.

Referenced by clang::ArrayTypeLoc::getLBracketLoc(), and clang::ArrayTypeLoc::setLBracketLoc().

RBracketLoc

SourceLocation clang::ArrayLocInfo::RBracketLoc

Definition at line 1740 of file TypeLoc.h.

Referenced by clang::ArrayTypeLoc::getRBracketLoc(), and clang::ArrayTypeLoc::setRBracketLoc().

Size

Expr* clang::ArrayLocInfo::Size

Definition at line 1741 of file TypeLoc.h.

Referenced by clang::ArrayTypeLoc::getSizeExpr(), and clang::ArrayTypeLoc::setSizeExpr().


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