Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2520 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
2523 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()