Searched refs:getDependentSizedMatrixType (Results 1 – 5 of 5) sorted by relevance
269 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
1714 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
4835 QualType ASTContext::getDependentSizedMatrixType(QualType ElementTy, in getDependentSizedMatrixType() function in ASTContext14168 return Ctx.getDependentSizedMatrixType( in getCommonNonSugarTypeNode()
2093 return Importer.getToContext().getDependentSizedMatrixType( in VisitDependentSizedMatrixType()
2470 return Context.getDependentSizedMatrixType(ElementTy, NumRows, NumCols, in BuildMatrixType()