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.cpp7977 unsigned BestKind = 0; in getBestAbsFunction() local
7983 if (BestKind == 0) in getBestAbsFunction()
7984 BestKind = Kind; in getBestAbsFunction()
7986 BestKind = Kind; in getBestAbsFunction()
7991 return BestKind; in getBestAbsFunction()