Home
last modified time | relevance | path

Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2798 struct FormatTokenLess { struct in clang::format::__anonc1399e510111::Cleaner
2799 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
2801 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()
2805 const SourceManager &SM;