Searched refs:CurType (Results 1 – 3 of 3) sorted by relevance
2303 if (!CurType->isDependentType() && in BuildVectorType()2304 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()2305 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) { in BuildVectorType()2322 if (CurType->isDependentType()) in BuildVectorType()7005 CurType = T; in HandleVectorSizeAttr()7043 CurType = T; in HandleExtVectorTypeAttr()7144 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()7151 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()7195 } else if (CurType->isPipeType()) { in HandleOpenCLAccessAttr()7300 CurType = State.getAttributedType( in HandleLifetimeBoundAttr()[all …]
12490 QualType CurType = BaseE->getType().getNonReferenceType(); in checkMapClauseExpressionBase() local12496 if (CurType->isUnionType()) { in checkMapClauseExpressionBase()12555 QualType CurType = in checkMapClauseExpressionBase() local12561 if (CurType->isReferenceType()) in checkMapClauseExpressionBase()12562 CurType = CurType->getPointeeType(); in checkMapClauseExpressionBase()12564 bool IsPointer = CurType->isAnyPointerType(); in checkMapClauseExpressionBase()12566 if (!IsPointer && !CurType->isArrayType()) { in checkMapClauseExpressionBase()12573 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, CurE, CurType); in checkMapClauseExpressionBase()12575 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, CurE, CurType); in checkMapClauseExpressionBase()
2502 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local2503 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()