Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3587 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3588 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()
H A DSemaTemplate.cpp6602 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
6609 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
6614 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2396 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
2397 if (!ParamRefType) in isCopyOrMoveConstructor()
2404 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()