Searched refs:ParmType (Results 1 – 1 of 1) sorted by relevance
2520 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint() local2523 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()2524 (ParmType->isBooleanType() || in handleVecTypeHint()2525 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()2527 << ParmType; in handleVecTypeHint()2532 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()