Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp42 bool hasDigits = false; in ParseAmount() local
47 hasDigits = true; in ParseAmount()
52 if (hasDigits) in ParseAmount()