Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp286 const Expr *RowExpr, const Expr *ColumnExpr) in MatrixType() argument
288 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType()
294 (RowExpr && in MatrixType()
295 RowExpr->containsUnexpandedParameterPack()) || in MatrixType()
316 Expr *RowExpr, Expr *ColumnExpr, SourceLocation loc) in DependentSizedMatrixType() argument
317 : MatrixType(DependentSizedMatrix, ElementType, CanonicalType, RowExpr, in DependentSizedMatrixType()
319 Context(CTX), RowExpr(RowExpr), ColumnExpr(ColumnExpr), loc(loc) {} in DependentSizedMatrixType()
323 QualType ElementType, Expr *RowExpr, in Profile() argument
326 RowExpr->Profile(ID, CTX, true); in Profile()
H A DASTContext.cpp4184 Expr *RowExpr, in getDependentSizedMatrixType() argument
4189 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4198 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc); in getDependentSizedMatrixType()
4211 if (Canon->getElementType() == ElementTy && Canon->getRowExpr() == RowExpr && in getDependentSizedMatrixType()
4217 DependentSizedMatrixType(*this, ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h3501 const Expr *RowExpr = nullptr, const Expr *ColumnExpr = nullptr);
3590 Expr *RowExpr;
3596 QualType CanonicalType, Expr *RowExpr,
3600 Expr *getRowExpr() const { return RowExpr; }
3613 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr);
H A DASTContext.h1540 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h905 QualType RebuildDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
14657 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr, in RebuildDependentSizedMatrixType() argument
14659 return SemaRef.BuildMatrixType(ElementType, RowExpr, ColumnExpr, in RebuildDependentSizedMatrixType()