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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp407 QualType ParmType = local
411 if (const auto *T = ParmType->getAs<PackExpansionType>())
412 ParmType = T->getPattern();
416 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2910 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); local
2913 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() &&
2914 (ParmType->isBooleanType() ||
2915 !ParmType->isIntegralType(S.getASTContext()))) {
2921 if (!S.Context.hasSameType(A->getTypeHint(), ParmType)) {
4452 QualType ParmType; local
4454 ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc);
4457 if (ParmType->isReferenceType())
4459 else if (ParmType
[all...]

Completed in 108 milliseconds