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.cpp330 std::vector<std::string> SphinxOptionIDs; in emitOption() local
333 SphinxOptionIDs.push_back(std::string(getSphinxOptionID( in emitOption()
336 assert(!SphinxOptionIDs.empty() && "no flags for option"); in emitOption()
339 SphinxOptionIDs.begin(), SphinxOptionIDs.end(), in emitOption()
343 for (auto &S : SphinxOptionIDs) in emitOption()