Home
last modified time | relevance | path

Searched refs:canonType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument
287 : Type(tc, canonType, in MatrixType()
304 unsigned nColumns, QualType canonType) in ConstantMatrixType() argument
306 canonType) {} in ConstantMatrixType()
310 QualType canonType) in ConstantMatrixType() argument
311 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()
330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument
332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
335 QualType canonType, VectorKind vecKind) in VectorType() argument
336 : Type(tc, canonType, vecType->getDependence()), ElementType(vecType) { in VectorType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DType.h3257 VectorType(QualType vecType, unsigned nElements, QualType canonType,
3261 QualType canonType, VectorKind vecKind);
3347 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
3348 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}