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

/freebsd-10.1-release/contrib/llvm/tools/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
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2521 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2525 QualType canonType, VectorKind vecKind);
2568 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : argument
2569 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}

Completed in 64 milliseconds