Searched refs:canonType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 173 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 176 QualType canonType, VectorKind vecKind) in VectorType() argument 177 : Type(tc, canonType, vecType->isDependentType(), in VectorType()
|
/external/clang/include/clang/AST/ |
D | Type.h | 2585 VectorType(QualType vecType, unsigned nElements, QualType canonType, 2589 QualType canonType, VectorKind vecKind); 2632 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 2633 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
|