Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp388 QualType ParmType = in findFunctionArgMutation() local
392 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
393 ParmType = T->getPattern(); in findFunctionArgMutation()
397 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2958 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
2961 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
2962 (ParmType->isBooleanType() || in handleVecTypeHint()
2963 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
2965 << ParmType; in handleVecTypeHint()
2970 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()