Searched refs:getDependentSizedMatrixType (Results 1 – 5 of 5) sorted by relevance
258 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
1533 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
4198 QualType ASTContext::getDependentSizedMatrixType(QualType ElementTy, in getDependentSizedMatrixType() function in ASTContext12865 return Ctx.getDependentSizedMatrixType( in getCommonNonSugarTypeNode()
1777 return Importer.getToContext().getDependentSizedMatrixType( in VisitDependentSizedMatrixType()
2896 return Context.getDependentSizedMatrixType(ElementTy, NumRows, NumCols, in BuildMatrixType()