Home
last modified time | relevance | path

Searched refs:Ovl_Best (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticOptions.h34 Ovl_Best enumerator
H A DDiagnostic.h733 case Ovl_Best: in getNumOverloadCandidatesToShow()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp12000 ShowOverloads == Ovl_Best) { in NoteCandidates()
12130 if (CandsShown >= 4 && ShowOverloads == Ovl_Best) in NoteCandidates()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2799 NormalizedValues<["Ovl_Best", "Ovl_All"]>,