clang 20.0.0git
|
#include "clang/AST/TypeLoc.h"
Public Attributes | |
SourceLocation | AttrLoc |
SourceRange | OperandParens |
Expr * | RowOperand |
Expr * | ColumnOperand |
SourceLocation clang::MatrixTypeLocInfo::AttrLoc |
Definition at line 1908 of file TypeLoc.h.
Referenced by clang::MatrixTypeLoc::getAttrNameLoc(), and clang::MatrixTypeLoc::setAttrNameLoc().
Expr* clang::MatrixTypeLocInfo::ColumnOperand |
Definition at line 1911 of file TypeLoc.h.
Referenced by clang::MatrixTypeLoc::getAttrColumnOperand(), and clang::MatrixTypeLoc::setAttrColumnOperand().
SourceRange clang::MatrixTypeLocInfo::OperandParens |
Definition at line 1909 of file TypeLoc.h.
Referenced by clang::MatrixTypeLoc::getAttrOperandParensRange(), and clang::MatrixTypeLoc::setAttrOperandParensRange().
Expr* clang::MatrixTypeLocInfo::RowOperand |
Definition at line 1910 of file TypeLoc.h.
Referenced by clang::MatrixTypeLoc::getAttrRowOperand(), and clang::MatrixTypeLoc::setAttrRowOperand().