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.cpp110 const bool IsBase16 = B == Base::Hex; in process() local
112 (IsBase16 && SkipHex) || B == Base::Other) { in process()
119 Text.find_first_of(IsBase16 ? Suffixes.drop_back() : Suffixes); in process()
126 (IsBase16 && Text.find_last_of(".pP") != StringRef::npos)) { in process()
142 } else if (IsBase16) { in process()