Searched refs:CurType (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 5877 static void HandleVectorSizeAttr(QualType& CurType, const AttributeList &Attr, in HandleVectorSizeAttr() argument 5898 if (!CurType->isBuiltinType() || CurType->isBooleanType() || in HandleVectorSizeAttr() 5899 (!CurType->isIntegerType() && !CurType->isRealFloatingType())) { in HandleVectorSizeAttr() 5900 S.Diag(Attr.getLoc(), diag::err_attribute_invalid_vector_type) << CurType; in HandleVectorSizeAttr() 5904 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); in HandleVectorSizeAttr() 5930 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr() 5936 static void HandleExtVectorTypeAttr(QualType &CurType, in HandleExtVectorTypeAttr() argument 5966 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr() 5968 CurType = T; in HandleExtVectorTypeAttr() 6026 static void HandleNeonVectorTypeAttr(QualType& CurType, in HandleNeonVectorTypeAttr() argument [all …]
|
| HD | SemaTemplate.cpp | 1595 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local 1596 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
|