Searched refs:InfoIndex (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | HTMLGenerator.cpp | 500 const Index &InfoIndex) { in genInfoFileMainNode() argument 520 genHTML(InfoIndex, InfoPath, true); in genInfoFileMainNode() 545 const Index &InfoIndex, const ClangDocContext &CDCtx) { in genInfoFile() argument 552 genInfoFileMainNode(InfoPath, MainContentNodes, InfoIndex); in genInfoFile() 719 genHTML(const NamespaceInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() argument 750 InfoIndex.Children.emplace_back("Namespaces", "Namespaces"); in genHTML() 752 InfoIndex.Children.emplace_back("Records", "Records"); in genHTML() 754 InfoIndex.Children.emplace_back( in genHTML() 757 InfoIndex.Children.emplace_back(genInfoIndexItem(I.ChildEnums, "Enums")); in genHTML() 763 genHTML(const RecordInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() argument [all …]
|