Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td258 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
H A DASTContext.h1426 QualType getDependentSizedMatrixType(QualType ElementType, Expr *RowExpr,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2665 return Context.getDependentSizedMatrixType(ElementTy, NumRows, NumCols, in BuildMatrixType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4082 QualType ASTContext::getDependentSizedMatrixType(QualType ElementTy, in getDependentSizedMatrixType() function in ASTContext