Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1818 DeletedTokens(FormatTokenLess(Env.getSourceManager())) {} in Cleaner()
2025 struct FormatTokenLess { struct in clang::format::__anon5a72e2a60111::Cleaner
2026 FormatTokenLess(const SourceManager &SM) : SM(SM) {} in FormatTokenLess() argument
2036 std::set<FormatToken *, FormatTokenLess> DeletedTokens;