Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp43 bool hasDigits = false; in ParseAmount() local
48 hasDigits = true; in ParseAmount()
53 if (hasDigits) in ParseAmount()