Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp331 std::vector<std::string> SphinxOptionIDs; in emitOption() local
334 SphinxOptionIDs.push_back(std::string(getSphinxOptionID( in emitOption()
337 assert(!SphinxOptionIDs.empty() && "no flags for option"); in emitOption()
340 SphinxOptionIDs, [&](const std::string &A, const std::string &B) { in emitOption()
343 for (auto &S : SphinxOptionIDs) in emitOption()