Searched defs:FormatTokenLess (Results 1 – 2 of 2) sorted by relevance
1177 struct FormatTokenLess { struct in clang::format::__anon9398d3e40111::Cleaner1178 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function1180 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()1184 const SourceManager &SM;
1923 struct FormatTokenLess { struct in clang::format::__anon250363d20111::Cleaner1924 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function1926 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()1930 const SourceManager &SM;