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