Home
last modified time | relevance | path

Searched refs:ParmType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2339 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
2342 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
2343 (ParmType->isBooleanType() || in handleVecTypeHint()
2344 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
2346 << ParmType; in handleVecTypeHint()
2351 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()