Searched refs:ParamRefType (Results 1 – 3 of 3) sorted by relevance
3587 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local3588 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()3589 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()3597 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()3602 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()3612 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()3644 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
6602 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local6609 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()6614 ParamRefType->getPointeeType(), in CheckTemplateArgument()
2396 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local2397 if (!ParamRefType) in isCopyOrMoveConstructor()2404 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()