Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp9055 unsigned BestKind = 0; in getBestAbsFunction() local
9061 if (BestKind == 0) in getBestAbsFunction()
9062 BestKind = Kind; in getBestAbsFunction()
9064 BestKind = Kind; in getBestAbsFunction()
9069 return BestKind; in getBestAbsFunction()