Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2220 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2425 struct FormatTokenLess { struct in clang::format::__anon8802244b0111::Cleaner
2426 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function
2436 std::set<FormatToken *, FormatTokenLess> DeletedTokens;