Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 <()