Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp337 static std::map<std::string, int> NextSuffix; in emitOption() local
338 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
341 return NextSuffix[A] < NextSuffix[B]; in emitOption()
344 NextSuffix[S] = SphinxWorkaroundSuffix + 1; in emitOption()