Lines Matching refs:BestFD
8129 if (FunctionDecl *BestFD = Best->Function) {
8134 assert(!BestFD->isDeleted() && "wrong overload resolution result");
8136 if (Diagnose == ExplainConstexpr && !BestFD->isConstexpr()) {
8140 S.Diag(BestFD->getLocation(),
8145 R.Constexpr &= BestFD->isConstexpr();
8152 if (BestFD->getReturnType()->isUndeducedType() &&
8153 S.DeduceReturnType(BestFD, FD->getLocation(),
8167 S.Diag(BestFD->getLocation(),
8174 BestFD->getCallResultType());
8179 << BestFD->getCallResultType().withoutLocalFastQualifiers();
8180 S.Diag(BestFD->getLocation(),