Searched refs:ParamRefType (Results 1 – 3 of 3) sorted by relevance
3732 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local3733 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()3734 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()3742 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()3747 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()3755 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()3791 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
7368 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local7375 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()7380 ParamRefType->getPointeeType(), in CheckTemplateArgument()
2693 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local2694 if (!ParamRefType) in isCopyOrMoveConstructor()2701 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()