Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4637 static void HandleVectorSizeAttr(QualType& CurType, const AttributeList &Attr, in HandleVectorSizeAttr() argument
4658 if (!CurType->isBuiltinType() || CurType->isBooleanType() || in HandleVectorSizeAttr()
4659 (!CurType->isIntegerType() && !CurType->isRealFloatingType())) { in HandleVectorSizeAttr()
4660 S.Diag(Attr.getLoc(), diag::err_attribute_invalid_vector_type) << CurType; in HandleVectorSizeAttr()
4664 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); in HandleVectorSizeAttr()
4690 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr()
4696 static void HandleExtVectorTypeAttr(QualType &CurType, in HandleExtVectorTypeAttr() argument
4726 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
4728 CurType = T; in HandleExtVectorTypeAttr()
4790 static void HandleNeonVectorTypeAttr(QualType& CurType, in HandleNeonVectorTypeAttr() argument
[all …]
DSemaTemplate.cpp1567 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local
1568 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()