Searched refs:CandidateParamType (Results 1 – 2 of 2) sorted by relevance
147 const clang::QualType CandidateParamType = in hasRValueOverload() local153 CandidateParamType->isRValueReferenceType() && in hasRValueOverload()154 CandidateParamType->getPointeeType()->getUnqualifiedDesugaredType() == in hasRValueOverload()162 if (!(CandidateParamType == CtorParamType || IsLValueRValuePair)) in hasRValueOverload()
5973 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local5974 if (CandidateParamType.isNull()) in getParamType()5977 ParamType = CandidateParamType; in getParamType()5982 CandidateParamType.getNonReferenceType())) in getParamType()