Searched refs:canonType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 322 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument 324 : Type(tc, canonType, in MatrixType() 341 unsigned nColumns, QualType canonType) in ConstantMatrixType() argument 343 canonType) {} in ConstantMatrixType() 347 QualType canonType) in ConstantMatrixType() argument 348 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType() 369 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 371 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 374 QualType canonType, VectorKind vecKind) in VectorType() argument 375 : Type(tc, canonType, vecType->getDependence()), ElementType(vecType) { in VectorType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 3998 VectorType(QualType vecType, unsigned nElements, QualType canonType, 4002 QualType canonType, VectorKind vecKind); 4086 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 4087 : VectorType(ExtVector, vecType, nElements, canonType,
|