Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp112 const bool IsBase10 = B == Base::Decimal; in process() local
114 if ((IsBase2 && SkipBinary) || (IsBase10 && SkipDecimal) || in process()
128 if ((IsBase10 && Text.find_last_of(".eEfFdDmM") != StringRef::npos) || in process()