Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3857 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3858 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
3859 ParamType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()
3867 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()
3872 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3880 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) && in AdjustFunctionParmAndArgTypesForDeduction()
3915 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp7304 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
7311 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
7316 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2691 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
2692 if (!ParamRefType) in isCopyOrMoveConstructor()
2699 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()