Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp146 const auto SeparatorCount = Text.count(Separator); in process() local
147 const int DigitCount = Length - SeparatorCount; in process()
149 if (RemoveSeparator && SeparatorCount == 0) in process()
151 if (!RemoveSeparator && SeparatorCount > 0 && in process()