Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4348 unsigned BestKind = 0; in getBestAbsFunction() local
4354 if (BestKind == 0) in getBestAbsFunction()
4355 BestKind = Kind; in getBestAbsFunction()
4357 BestKind = Kind; in getBestAbsFunction()
4362 return BestKind; in getBestAbsFunction()