Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp628 QualType ParmType = in findFunctionArgMutation() local
632 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
633 ParmType = T->getPattern(); in findFunctionArgMutation()
637 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3280 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
3283 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
3284 (ParmType->isBooleanType() || in handleVecTypeHint()
3285 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3291 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()
5271 QualType ParmType; in handleLifetimeCategoryAttr() local
5273 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()
5276 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()
5278 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()
5301 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
[all …]