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

/external/clang/lib/Sema/
H A DSemaType.cpp4637 static void HandleVectorSizeAttr(QualType& CurType, const AttributeList &Attr, argument
4658 if (!CurType->isBuiltinType() || CurType->isBooleanType() ||
4659 (!CurType->isIntegerType() && !CurType->isRealFloatingType())) {
4660 S.Diag(Attr.getLoc(), diag::err_attribute_invalid_vector_type) << CurType;
4664 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
4690 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize,
4696 static void HandleExtVectorTypeAttr(QualType &CurType, argument
4790 HandleNeonVectorTypeAttr(QualType& CurType, const AttributeList &Attr, Sema &S, VectorType::VectorKind VecKind) argument
[all...]

Completed in 92 milliseconds