Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp150 bool HasExplicitIndex = false; in parseFormatString() local
163 HasExplicitIndex = true; in parseFormatString()
215 if (NextAutomaticIndex != 0 && HasExplicitIndex) { in parseFormatString()