Searched refs:canonType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 360 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument 362 : Type(tc, canonType, in MatrixType() 379 unsigned nColumns, QualType canonType) in ConstantMatrixType() argument 381 canonType) {} in ConstantMatrixType() 385 QualType canonType) in ConstantMatrixType() argument 386 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType() 407 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 409 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 412 QualType canonType, VectorKind vecKind) in VectorType() argument 413 : Type(tc, canonType, vecType->getDependence()), ElementType(vecType) { in VectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4108 VectorType(QualType vecType, unsigned nElements, QualType canonType, 4112 QualType canonType, VectorKind vecKind); 4196 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 4197 : VectorType(ExtVector, vecType, nElements, canonType,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 3729 auto canonType = [](const Type *T) { in VisitCXXTypeidExpr() local 3739 canonType(E->getTypeOperand(Ctx.getASTContext()).getTypePtr()), in VisitCXXTypeidExpr() 3743 canonType(E->getExprOperand()->getType().getTypePtr()), TypeInfoType, in VisitCXXTypeidExpr()
|