Searched refs:ParmType (Results 1 – 1 of 1) sorted by relevance
2790 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2793 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2794 (ParmType->isBooleanType() || in handleVecTypeHint()2795 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2797 << ParmType; in handleVecTypeHint()2804 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()