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

#include "clang/AST/TypeLoc.h"

Public Attributes

SourceLocation AttrLoc
 
SourceRange OperandParens
 
ExprRowOperand
 
ExprColumnOperand
 

Detailed Description

Definition at line 1907 of file TypeLoc.h.

Member Data Documentation

◆ AttrLoc

SourceLocation clang::MatrixTypeLocInfo::AttrLoc

◆ ColumnOperand

Expr* clang::MatrixTypeLocInfo::ColumnOperand

◆ OperandParens

SourceRange clang::MatrixTypeLocInfo::OperandParens

◆ RowOperand

Expr* clang::MatrixTypeLocInfo::RowOperand

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