Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp108 const bool IsBase2 = B == Base::Binary; in process() local
111 if ((IsBase2 && SkipBinary) || (IsBase10 && SkipDecimal) || in process()
139 if (IsBase2) { in process()