Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp36 int compareLabels(StringRef A, StringRef B) { in compareLabels() function
76 return compareLabels(Label, Other.Label) < 0; in operator <()