Searched refs:OvResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp3252 OverloadingResult OvResult = local
3255 if (OvResult == OR_Ambiguous)
3258 else if (OvResult == OR_No_Viable_Function && !CandidateSet.empty()) {

Completed in 464 milliseconds