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

/external/clang/lib/AST/
H A DType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
173 : Type(Vector, canonType, vecType->isDependentType(),
184 QualType canonType, VectorKind vecKind)
185 : Type(tc, canonType, vecType->isDependentType(),
183 VectorType(TypeClass tc, QualType vecType, unsigned nElements, QualType canonType, VectorKind vecKind) argument
/external/clang/include/clang/AST/
H A DType.h2541 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2545 QualType canonType, VectorKind vecKind);
2588 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : argument
2589 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}

Completed in 826 milliseconds