Searched refs:RowExpr (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 286 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 D | ASTContext.cpp | 4222 Expr *RowExpr, in getDependentSizedMatrixType() argument 4227 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType() 4236 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc); in getDependentSizedMatrixType() 4249 if (Canon->getElementType() == ElementTy && Canon->getRowExpr() == RowExpr && in getDependentSizedMatrixType() 4255 DependentSizedMatrixType(*this, ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 3563 const Expr *RowExpr = nullptr, const Expr *ColumnExpr = nullptr); 3652 Expr *RowExpr; 3658 QualType CanonicalType, Expr *RowExpr, 3662 Expr *getRowExpr() const { return RowExpr; } 3675 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr);
|
| H A D | ASTContext.h | 1514 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 949 QualType RebuildDependentSizedMatrixType(QualType ElementType, Expr *RowExpr, 14844 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr, in RebuildDependentSizedMatrixType() argument 14846 return SemaRef.BuildMatrixType(ElementType, RowExpr, ColumnExpr, in RebuildDependentSizedMatrixType()
|