Searched refs:ParmType (Results 1 – 3 of 3) sorted by relevance
644 QualType ParmType = in findFunctionArgMutation() local648 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()649 ParmType = T->getPattern(); in findFunctionArgMutation()653 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
87 if (auto *ParmType = dyn_cast<TemplateTypeParmType>(PointeeType)) { in VisitCXXDeleteExpr() local89 auto ParmIndex = ParmType->getIndex(); in VisitCXXDeleteExpr()
2799 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2802 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2803 (ParmType->isBooleanType() || in handleVecTypeHint()2804 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2810 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()4782 QualType ParmType; in handleLifetimeCategoryAttr() local4784 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()4787 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()4789 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()4812 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()[all …]