Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp145 unsigned NextAutomaticIndex = 0; in parseFormatString() local
160 I->Index = NextAutomaticIndex++; in parseFormatString()
215 if (NextAutomaticIndex != 0 && HasExplicitIndex) { in parseFormatString()