reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 9935       ClassifyOverloadCandidate(S, Cand->FoundDecl, Fn, Cand->RewriteKind,
 9942   if (FromTy == S.Context.OverloadTy) {
 9949     S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_overload)
 9953     MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
 9959   CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
 9960   CanQualType CToTy = S.Context.getCanonicalType(ToTy);
 9978       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_addrspace)
 9982       MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
 9987       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_ownership)
 9992       MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
 9997       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_gc)
10002       MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10007       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_unaligned)
10011       MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10019       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_cvr_this)
10024       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_cvr)
10029     MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10036     S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_list_argument)
10040     MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10052     S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_conv_incomplete)
10058     MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10070           S.IsDerivedFrom(SourceLocation(), ToPtrTy->getPointeeType(),
10088         S.IsDerivedFrom(SourceLocation(), ToRefTy->getPointeeType(), FromTy)) {
10093       S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_lvalue)
10097       MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10103     S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_base_to_derived_conv)
10107     MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10116         S.Diag(Fn->getLocation(), diag::note_ovl_candidate_bad_arc_conv)
10120         MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);
10126       !checkAddressOfCandidateIsAvailable(S, Cand->Function))
10130   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
10140   S.Diag(Fn->getLocation(), FDiag);
10142   MaybeEmitInheritedConstructorNote(S, Cand->FoundDecl);