Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance
2074 struct FormatTokenLess { struct in clang::format::__anon276ac5cf0111::Cleaner2075 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument2077 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()2081 const SourceManager &SM;