Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2626 struct FormatTokenLess { struct in clang::format::__anon9fd446720111::Cleaner
2627 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function
2629 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()
2633 const SourceManager &SM;