Searched refs:canonType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 285 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()
|
/external/clang/lib/AST/ |
D | Type.cpp | 172 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 174 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 177 QualType canonType, VectorKind vecKind) in VectorType() argument 178 : Type(tc, canonType, vecType->isDependentType(), in VectorType()
|
/external/clang/include/clang/AST/ |
D | Type.h | 2770 VectorType(QualType vecType, unsigned nElements, QualType canonType, 2774 QualType canonType, VectorKind vecKind); 2818 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 2819 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 3246 VectorType(QualType vecType, unsigned nElements, QualType canonType, 3250 QualType canonType, VectorKind vecKind); 3336 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 3337 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
|