enum OverloadCandidateDisplayKind

Declared at: clang/include/clang/Sema/Overload.h:65

Enumerators

NameValueComment
OCD_AllCandidates0Requests that all candidates be shown. Viable candidates will be printed first.
OCD_ViableCandidates1Requests that only viable candidates be shown.
OCD_AmbiguousCandidates2Requests that only tied-for-best candidates be shown.