Home
last modified time | relevance | path

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

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