Searched refs:CurType (Results 1 - 2 of 2) 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...]
H A DSemaTemplate.cpp1567 if (const Type *CurType = NNS->getAsType()) {
1568 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0)))

Completed in 149 milliseconds