Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3139 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
3140 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3141 QualType PointeeType = ParamRefType->getPointeeType(); in AdjustFunctionParmAndArgTypesForDeduction()
3170 ParamRefType != nullptr); in AdjustFunctionParmAndArgTypesForDeduction()
3175 if (ParamRefType) { in AdjustFunctionParmAndArgTypesForDeduction()
3180 if (ParamRefType->isRValueReferenceType() && in AdjustFunctionParmAndArgTypesForDeduction()
3181 ParamRefType->getAs<TemplateTypeParmType>() && in AdjustFunctionParmAndArgTypesForDeduction()
3213 if (ParamRefType) in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp5144 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
5151 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() && in CheckTemplateArgument()
5156 ParamRefType->getPointeeType(), in CheckTemplateArgument()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1792 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
1793 if (!ParamRefType) in isCopyOrMoveConstructor()
1800 = Context.getCanonicalType(ParamRefType->getPointeeType()); in isCopyOrMoveConstructor()