Home
last modified time | relevance | path

Searched refs:ParamRefType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3732 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3733 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()
H A DSemaTemplate.cpp7368 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
7375 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
7380 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2693 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
2694 if (!ParamRefType) in isCopyOrMoveConstructor()
2701 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()