Lines Matching defs:InfoTitle
805 std::string &InfoTitle) {
808 InfoTitle = "Global Namespace";
810 InfoTitle = ("namespace " + I.Name).str();
812 Out.emplace_back(std::make_unique<TagNode>(HTMLTag::TAG_H1, InfoTitle));
850 std::string &InfoTitle) {
852 InfoTitle = (getTagType(I.TagType) + " " + I.Name).str();
853 Out.emplace_back(std::make_unique<TagNode>(HTMLTag::TAG_H1, InfoTitle));
916 std::string &InfoTitle) {
991 std::string InfoTitle;
997 InfoIndex, CDCtx, InfoTitle);
1001 InfoIndex, CDCtx, InfoTitle);
1012 genHTML(*static_cast<clang::doc::TypedefInfo *>(I), CDCtx, InfoTitle);
1019 HTMLFile F = genInfoFile(InfoTitle, I->getRelativeFilePath(""),