Searched refs:ParamRefType (Results 1 – 3 of 3) sorted by relevance
3846 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local3847 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()3848 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()3856 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()3861 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()3869 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()3903 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
7599 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local7606 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()7611 ParamRefType->getPointeeType(), in CheckTemplateArgument()
2722 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local2723 if (!ParamRefType) in isCopyOrMoveConstructor()2730 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()