Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1867 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2074 struct FormatTokenLess { struct in clang::format::__anon276ac5cf0111::Cleaner
2075 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
2085 std::set<FormatToken *, FormatTokenLess> DeletedTokens;