Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1283 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
1483 struct FormatTokenLess { struct in clang::format::__anon1d12efaa0111::Cleaner
1484 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
1494 std::set<FormatToken *, FormatTokenLess> DeletedTokens;