Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td284 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
H A DASTContext.h1595 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4609 QualType ASTContext::getDependentSizedMatrixType(QualType ElementTy, in getDependentSizedMatrixType() function in ASTContext
13369 return Ctx.getDependentSizedMatrixType( in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1825 return Importer.getToContext().getDependentSizedMatrixType( in VisitDependentSizedMatrixType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2440 return Context.getDependentSizedMatrixType(ElementTy, NumRows, NumCols, in BuildMatrixType()