Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2798 struct FormatTokenLess { struct in clang::format::__anonc1399e510111::Cleaner2799 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument2801 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2805 const SourceManager &SM;