Home
last modified time | relevance | path

Searched defs:FormatTokenLess (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2425 struct FormatTokenLess { struct in clang::format::__anon8802244b0111::Cleaner
2426 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
2428 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()
2432 const SourceManager &SM;