Searched refs:canonType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Type.cpp | 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 173 : Type(Vector, canonType, vecType->isDependentType(), in VectorType() 184 QualType canonType, VectorKind vecKind) in VectorType() argument 185 : Type(tc, canonType, vecType->isDependentType(), in VectorType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Type.h | 2521 VectorType(QualType vecType, unsigned nElements, QualType canonType, 2525 QualType canonType, VectorKind vecKind); 2568 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 2569 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
|