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

/external/clang/lib/Sema/
H A DSemaOverload.cpp2663 OverloadingResult OvResult = local
2666 if (OvResult == OR_Ambiguous)
2670 else if (OvResult == OR_No_Viable_Function && !CandidateSet.empty())

Completed in 44 milliseconds