Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp148 const clang::QualType CtorParamType = in hasRValueOverload() local
151 CtorParamType->isLValueReferenceType() && in hasRValueOverload()
154 CtorParamType->getPointeeType()->getUnqualifiedDesugaredType(); in hasRValueOverload()
161 if (!(CandidateParamType == CtorParamType || IsLValueRValuePair)) in hasRValueOverload()