Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2421 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2626 struct FormatTokenLess { struct in clang::format::__anon9fd446720111::Cleaner
2627 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
2637 std::set<FormatToken *, FormatTokenLess> DeletedTokens;