Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2425 struct FormatTokenLess { struct in clang::format::__anon8802244b0111::Cleaner2426 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument2428 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2432 const SourceManager &SM;