Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2626 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2831 struct FormatTokenLess { struct in clang::format::__anon2090391b0111::Cleaner
2832 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() function
2842 std::set<FormatToken *, FormatTokenLess> DeletedTokens;