Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3138 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3139 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3140 QualType PointeeType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()
3169 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()
3174 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3179 if (ParamRefType->isRValueReferenceType() && in AdjustFunctionParmAndArgTypesForDeduction()
3180 ParamRefType->getAs<TemplateTypeParmType>() && in AdjustFunctionParmAndArgTypesForDeduction()
3212 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
DSemaTemplate.cpp5043 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
5050 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
5055 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/external/clang/lib/AST/
DDeclCXX.cpp1760 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
1761 if (!ParamRefType) in isCopyOrMoveConstructor()
1768 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()