Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp565 static Index genInfoIndexItem(const std::vector<T> &Infos, StringRef Title) { in genInfoIndexItem() function
755 genInfoIndexItem(I.ChildFunctions, "Functions")); in genHTML()
757 InfoIndex.Children.emplace_back(genInfoIndexItem(I.ChildEnums, "Enums")); in genHTML()
820 genInfoIndexItem(I.ChildFunctions, "Functions")); in genHTML()
822 InfoIndex.Children.emplace_back(genInfoIndexItem(I.ChildEnums, "Enums")); in genHTML()