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.cpp695 QualType ParmType = in findFunctionArgMutation() local
699 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
700 ParmType = T->getPattern(); in findFunctionArgMutation()
704 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp120 if (auto *ParmType = dyn_cast<TemplateTypeParmType>(PointeeType)) { in VisitCXXDeleteExpr() local
122 auto ParmIndex = ParmType->getIndex(); in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3077 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint() local
3080 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() && in handleVecTypeHint()
3081 (ParmType->isBooleanType() || in handleVecTypeHint()
3082 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3088 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) { in handleVecTypeHint()
5432 QualType ParmType; in handleLifetimeCategoryAttr() local
5434 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc); in handleLifetimeCategoryAttr()
5437 if (ParmType->isReferenceType()) in handleLifetimeCategoryAttr()
5439 else if (ParmType->isArrayType()) in handleLifetimeCategoryAttr()
5462 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
[all …]