Home
last modified time | relevance | path

Searched refs:canonType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DType.cpp172 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/
DType.h2770 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) {}