Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2626 struct FormatTokenLess { struct in clang::format::__anon9fd446720111::Cleaner2627 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function2629 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2633 const SourceManager &SM;