reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  340 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx);

References

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  357     std::vector<std::unique_ptr<TagNode>> Nodes = genHTML(E, CDCtx);
  852     MainContentNodes = genHTML(*static_cast<clang::doc::EnumInfo *>(I), CDCtx);