Searched refs:ParmType (Results 1 – 2 of 2) sorted by relevance
388 QualType ParmType = in findFunctionArgMutation() local392 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()393 ParmType = T->getPattern(); in findFunctionArgMutation()397 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
2958 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2961 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2962 (ParmType->isBooleanType() || in handleVecTypeHint()2963 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2965 << ParmType; in handleVecTypeHint()2970 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()