Searched refs:ParamRefType (Results 1 – 3 of 3) sorted by relevance
3857 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local3858 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()3859 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()3867 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()3872 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()3880 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()3915 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
7304 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local7311 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()7316 ParamRefType->getPointeeType(), in CheckTemplateArgument()
2691 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local2692 if (!ParamRefType) in isCopyOrMoveConstructor()2699 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()