Searched refs:DocInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 67 const Record *DocInfo) { in extractDocumentation() argument 161 if (isOptionVisible(O, DocInfo)) in extractDocumentation() 314 if (isOptionVisible(Alias, DocInfo) && in forEachOptionName() 331 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() 389 const Record *DocInfo, raw_ostream &OS); 403 emitDocumentation(Depth + 1, Group, DocInfo, OS); in emitGroup() 409 emitOption(O, DocInfo, OS); in emitDocumentation() 411 emitGroup(Depth, G, DocInfo, OS); in emitDocumentation() 418 if (!DocInfo) { in EmitClangOptDocs() 423 OS << DocInfo->getValueAsString("Intro") << "\n"; in EmitClangOptDocs() [all …]
|