Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp41 bool hasDigits = false; in ParseAmount() local
46 hasDigits = true; in ParseAmount()
51 if (hasDigits) in ParseAmount()