Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.cpp4083 Expr *RowExpr, in getDependentSizedMatrixType() argument
4088 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4097 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc); in getDependentSizedMatrixType()
4110 if (Canon->getElementType() == ElementTy && Canon->getRowExpr() == RowExpr && in getDependentSizedMatrixType()
4116 DependentSizedMatrixType(*this, ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3423 const Expr *RowExpr = nullptr, const Expr *ColumnExpr = nullptr);
3516 Expr *RowExpr;
3522 QualType CanonicalType, Expr *RowExpr,
3527 Expr *getRowExpr() const { return RowExpr; }
3543 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr);
H A DASTContext.h1426 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h905 QualType RebuildDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
14297 QualType ElementType, Expr *RowExpr, Expr *ColumnExpr, in RebuildDependentSizedMatrixType() argument
14299 return SemaRef.BuildMatrixType(ElementType, RowExpr, ColumnExpr, in RebuildDependentSizedMatrixType()