Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp644 QualType ParmType = in findFunctionArgMutation() local
648 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
649 ParmType = T->getPattern(); in findFunctionArgMutation()
653 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp87 if (auto *ParmType = dyn_cast<TemplateTypeParmType>(PointeeType)) { in VisitCXXDeleteExpr() local
89 auto ParmIndex = ParmType->getIndex(); in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2799 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
2802 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
2803 (ParmType->isBooleanType() || in handleVecTypeHint()
2804 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
2810 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()
4782 QualType ParmType; in handleLifetimeCategoryAttr() local
4784 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()
4787 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()
4789 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()
4812 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
[all …]