Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3982 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3983 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
3984 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()
3992 ParamRefType != nullptr, FailedTSC); in AdjustFunctionParmAndArgTypesForDeduction()
3997 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
4007 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()
4041 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp7755 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
7762 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
7767 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2776 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
2777 if (!ParamRefType) in isCopyOrMoveConstructor()
2784 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()