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