Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4823 unsigned BestKind = 0; in getBestAbsFunction() local
4829 if (BestKind == 0) in getBestAbsFunction()
4830 BestKind = Kind; in getBestAbsFunction()
4832 BestKind = Kind; in getBestAbsFunction()
4837 return BestKind; in getBestAbsFunction()