Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp113 const bool IsBase16 = B == Base::Hex; in process() local
115 (IsBase16 && SkipHex) || B == Base::Other) { in process()
122 Text.find_first_of(IsBase16 ? Suffixes.drop_back() : Suffixes); in process()
129 (IsBase16 && Text.find_last_of(".pP") != StringRef::npos)) { in process()
145 } else if (IsBase16) { in process()