Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5712 unsigned BestKind = 0; in getBestAbsFunction() local
5718 if (BestKind == 0) in getBestAbsFunction()
5719 BestKind = Kind; in getBestAbsFunction()
5721 BestKind = Kind; in getBestAbsFunction()
5726 return BestKind; in getBestAbsFunction()