Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
1483 struct FormatTokenLess { struct in clang::format::__anon1d12efaa0111::Cleaner1484 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument1486 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()1490 const SourceManager &SM;