Home
last modified time | relevance | path

Searched refs:RowExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp361 const Expr *RowExpr, const Expr *ColumnExpr) in MatrixType() argument
363 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType()
369 (RowExpr && in MatrixType()
370 RowExpr->containsUnexpandedParameterPack()) || in MatrixType()
391 Expr *RowExpr, in DependentSizedMatrixType() argument
394 : MatrixType(DependentSizedMatrix, ElementType, CanonicalType, RowExpr, in DependentSizedMatrixType()
396 RowExpr(RowExpr), ColumnExpr(ColumnExpr), loc(loc) {} in DependentSizedMatrixType()
400 QualType ElementType, Expr *RowExpr, in Profile() argument
403 RowExpr->Profile(ID, CTX, true); in Profile()
H A DASTContext.cpp4836 Expr *RowExpr, in getDependentSizedMatrixType() argument
4841 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4850 DependentSizedMatrixType(CanonElementTy, QualType(), RowExpr, in getDependentSizedMatrixType()
4864 if (Canon->getElementType() == ElementTy && Canon->getRowExpr() == RowExpr && in getDependentSizedMatrixType()
4870 DependentSizedMatrixType(ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4273 const Expr *RowExpr = nullptr, const Expr *ColumnExpr = nullptr);
4361 Expr *RowExpr;
4367 Expr *RowExpr, Expr *ColumnExpr, SourceLocation loc);
4370 Expr *getRowExpr() const { return RowExpr; }
4383 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr);
H A DASTContext.h1714 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h990 QualType RebuildDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
17286 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr, in RebuildDependentSizedMatrixType() argument
17288 return SemaRef.BuildMatrixType(ElementType, RowExpr, ColumnExpr, in RebuildDependentSizedMatrixType()