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

#include "clang/AST/TypeLoc.h"

Collaboration diagram for clang::MatrixTypeLocInfo:
Collaboration graph
[legend]

Public Attributes

SourceLocation AttrLoc
 
SourceRange OperandParens
 
ExprRowOperand
 
ExprColumnOperand
 

Detailed Description

Definition at line 1860 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: