Searched refs:getDependentSizedMatrixType (Results 1 – 4 of 4) sorted by relevance
258 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
1426 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
2665 return Context.getDependentSizedMatrixType(ElementTy, NumRows, NumCols, in BuildMatrixType()
4082 QualType ASTContext::getDependentSizedMatrixType(QualType ElementTy, in getDependentSizedMatrixType() function in ASTContext