Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp11013 unsigned BestKind = 0; in getBestAbsFunction() local
11019 if (BestKind == 0) in getBestAbsFunction()
11020 BestKind = Kind; in getBestAbsFunction()
11022 BestKind = Kind; in getBestAbsFunction()
11027 return BestKind; in getBestAbsFunction()