Searched refs:ParmType (Results 1 – 2 of 2) sorted by relevance
572 QualType ParmType = in findFunctionArgMutation() local576 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()577 ParmType = T->getPattern(); in findFunctionArgMutation()581 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
3250 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local3253 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()3254 (ParmType->isBooleanType() || in handleVecTypeHint()3255 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()3261 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()5132 QualType ParmType; in handleLifetimeCategoryAttr() local5134 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()5137 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()5139 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()5162 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()[all …]