Searched refs:CurType (Results 1 – 4 of 4) sorted by relevance
2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()7738 CurType = T; in HandleVectorSizeAttr()7757 CurType = T; in HandleExtVectorTypeAttr()7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()7951 CurType = in HandleArmMveStrictPolymorphismAttr()7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()8031 CurType = T; in HandleMatrixTypeAttr()[all …]
18668 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr() local18674 if (CurType->isUnionType()) { in VisitMemberExpr()18740 QualType CurType = in VisitOMPArraySectionExpr() local18746 if (CurType->isReferenceType()) in VisitOMPArraySectionExpr()18747 CurType = CurType->getPointeeType(); in VisitOMPArraySectionExpr()18749 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr()18751 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()18758 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()18760 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
3010 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local3011 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
436 AsmTypeInfo CurType; member in __anonac1ae4a00111::X86AsmParser::IntelExprStateMachine464 StringRef getType() const { return CurType.Name; } in getType()465 unsigned getSize() const { return CurType.Size; } in getSize()466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize()467 unsigned getLength() const { return CurType.Length; } in getLength()935 CurType.Length = 1; in onLBrac()936 CurType.Size = CurType.ElementSize; in onLBrac()1063 void setTypeInfo(AsmTypeInfo Type) { CurType = Type; } in setTypeInfo()