Searched refs:ParmType (Results 1 – 2 of 2) sorted by relevance
560 QualType ParmType = in findFunctionArgMutation() local564 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()565 ParmType = T->getPattern(); in findFunctionArgMutation()569 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
2964 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2967 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2968 (ParmType->isBooleanType() || in handleVecTypeHint()2969 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2975 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()4624 QualType ParmType; in handleLifetimeCategoryAttr() local4626 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()4629 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()4631 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()4654 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()[all …]