Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9079 unsigned BestKind = 0; in getBestAbsFunction() local
9085 if (BestKind == 0) in getBestAbsFunction()
9086 BestKind = Kind; in getBestAbsFunction()
9088 BestKind = Kind; in getBestAbsFunction()
9093 return BestKind; in getBestAbsFunction()