Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3846 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3847 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
3848 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()
3856 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()
3861 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3869 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()
3903 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp7599 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
7606 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
7611 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2722 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
2723 if (!ParamRefType) in isCopyOrMoveConstructor()
2730 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()