Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2247 class SemiRemover : public TokenAnalyzer { class
2249 SemiRemover(const Environment &Env, const FormatStyle &Style) in SemiRemover() function in clang::format::__anondf462be30111::SemiRemover
3674 return SemiRemover(Env, S).process(/*SkipAnnotation=*/true); in reformat()