Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp35 int compareLabels(StringRef A, StringRef B) { in compareLabels() function
75 return compareLabels(Label, Other.Label) < 0; in operator <()