Home
last modified time | relevance | path

Searched defs:ParamRefType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp414 const auto *ParamRefType = in isCopyLikeConstructor() local
H A DSemaTemplateDeduction.cpp4251 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
H A DSemaTemplate.cpp7500 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3030 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local