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()
3049 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local3052 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()3053 (ParmType->isBooleanType() || in handleVecTypeHint()3054 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()3060 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()4718 QualType ParmType; in handleLifetimeCategoryAttr() local4720 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()4723 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()4725 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()4748 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()[all …]