Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3250 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
3253 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
3254 (ParmType->isBooleanType() || in handleVecTypeHint()
3255 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3261 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()
5132 QualType ParmType; in handleLifetimeCategoryAttr() local
5134 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()
5137 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()
5139 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()
5162 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
[all …]