Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2593 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2798 struct FormatTokenLess { struct in clang::format::__anonc1399e510111::Cleaner
2799 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function
2809 std::set<FormatToken *, FormatTokenLess> DeletedTokens;