Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp572 QualType ParmType = in findFunctionArgMutation() local
576 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
577 ParmType = T->getPattern(); in findFunctionArgMutation()
581 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3245 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
3248 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
3249 (ParmType->isBooleanType() || in handleVecTypeHint()
3250 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3256 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()
5014 QualType ParmType; in handleLifetimeCategoryAttr() local
5016 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()
5019 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()
5021 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()
5044 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
[all …]