Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3000 struct FormatTokenLess { struct in clang::format::__anon2090391b0111::Cleaner
3001 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function
3003 bool operator()(const FormatToken *LHS, const FormatToken *RHS) const { in operator ()()
3007 const SourceManager &SM;