Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2831 struct FormatTokenLess { struct in clang::format::__anon2090391b0111::Cleaner2832 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument2834 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2838 const SourceManager &SM;