Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2025 struct FormatTokenLess { struct in clang::format::__anon5a72e2a60111::Cleaner2026 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument2028 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2032 const SourceManager &SM;