Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp68 const bool SkipBinary = Binary == 0; in process() local
72 if (SkipBinary && SkipDecimal && SkipHex) in process()
114 if ((IsBase2 && SkipBinary) || (IsBase10 && SkipDecimal) || in process()