We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2a947 commit 9722e8fCopy full SHA for 9722e8f
clang/include/clang/AST/Type.h
@@ -3524,14 +3524,10 @@ class DependentSizedMatrixType final : public MatrixType {
3524
Expr *ColumnExpr, SourceLocation loc);
3525
3526
public:
3527
- QualType getElementType() const { return ElementType; }
3528
Expr *getRowExpr() const { return RowExpr; }
3529
Expr *getColumnExpr() const { return ColumnExpr; }
3530
SourceLocation getAttributeLoc() const { return loc; }
3531
3532
- bool isSugared() const { return false; }
3533
- QualType desugar() const { return QualType(this, 0); }
3534
-
3535
static bool classof(const Type *T) {
3536
return T->getTypeClass() == DependentSizedMatrix;
3537
}
0 commit comments