Searched refs:ParmType (Results 1 – 1 of 1) sorted by relevance
2594 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2597 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2598 (ParmType->isBooleanType() || in handleVecTypeHint()2599 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2601 << ParmType; in handleVecTypeHint()2606 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()