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.cpp109 const bool IsBase10 = B == Base::Decimal; in process() local
111 if ((IsBase2 && SkipBinary) || (IsBase10 && SkipDecimal) || in process()
125 if ((IsBase10 && Text.find_last_of(".eEfFdDmM") != StringRef::npos) || in process()