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

/external/clang/lib/AST/
H A DType.cpp150 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
152 : Type(Vector, canonType, vecType->isDependentType(),
163 QualType canonType, VectorKind vecKind)
164 : Type(tc, canonType, vecType->isDependentType(),
162 VectorType(TypeClass tc, QualType vecType, unsigned nElements, QualType canonType, VectorKind vecKind) argument
/external/clang/include/clang/AST/
H A DType.h2431 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2435 QualType canonType, VectorKind vecKind);
2476 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : argument
2477 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}

Completed in 135 milliseconds