Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp2271 class SemiRemover : public TokenAnalyzer { class
2273 SemiRemover(const Environment &Env, const FormatStyle &Style) in SemiRemover() function in clang::format::__anon2b195a340111::SemiRemover
3716 return SemiRemover(Env, S).process(); in reformat()