Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp147 const clang::QualType CandidateParamType = in hasRValueOverload() local
153 CandidateParamType->isRValueReferenceType() && in hasRValueOverload()
154 CandidateParamType->getPointeeType()->getUnqualifiedDesugaredType() == in hasRValueOverload()
162 if (!(CandidateParamType == CtorParamType || IsLValueRValuePair)) in hasRValueOverload()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5973 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local
5974 if (CandidateParamType.isNull()) in getParamType()
5977 ParamType = CandidateParamType; in getParamType()
5982 CandidateParamType.getNonReferenceType())) in getParamType()