Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp321 static std::map<std::string, int> NextSuffix; in emitOption() local
322 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
325 return NextSuffix[A] < NextSuffix[B]; in emitOption()
328 NextSuffix[S] = SphinxWorkaroundSuffix + 1; in emitOption()