Searched refs:ParmType (Results 1 – 3 of 3) sorted by relevance
695 QualType ParmType = in findFunctionArgMutation() local699 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()700 ParmType = T->getPattern(); in findFunctionArgMutation()704 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
120 if (auto *ParmType = dyn_cast<TemplateTypeParmType>(PointeeType)) { in VisitCXXDeleteExpr() local122 auto ParmIndex = ParmType->getIndex(); in VisitCXXDeleteExpr()
3077 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local3080 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()3081 (ParmType->isBooleanType() || in handleVecTypeHint()3082 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()3088 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()5432 QualType ParmType; in handleLifetimeCategoryAttr() local5434 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()5437 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()5439 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()5462 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()[all …]