Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp70 const bool SkipHex = Hex == 0; in process() local
72 if (SkipBinary && SkipDecimal && SkipHex) in process()
115 (IsBase16 && SkipHex) || B == Base::Other) { in process()