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

References

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  193   for (const auto &A : Attributes)
  275     LinkNode->Attributes.emplace_back("rel", "stylesheet");
  281     LinkNode->Attributes.emplace_back("href", StylesheetPath.str());
  296     ScriptNode->Attributes.emplace_back("src", ScriptPath.str());
  304   LinkNode->Attributes.emplace_back("href", Link.str());
  353   Out.back()->Attributes.emplace_back("id", "Enums");
  382   Out.back()->Attributes.emplace_back("id", "Functions");
  401   Out.back()->Attributes.emplace_back("id", "Members");
  425   Out.back()->Attributes.emplace_back("id", Title);
  451   LocNumberNode->Attributes.emplace_back(
  457   LocFileNode->Attributes.emplace_back("href", FileURL.str());
  473   MetaNode->Attributes.emplace_back("charset", "utf-8");
  489   HeaderNode->Attributes.emplace_back("id", "project-title");
  504   LeftSidebarNode->Attributes.emplace_back("id", "sidebar-left");
  505   LeftSidebarNode->Attributes.emplace_back("path", InfoPath);
  506   LeftSidebarNode->Attributes.emplace_back(
  510   MainContentNode->Attributes.emplace_back("id", "main-content");
  511   MainContentNode->Attributes.emplace_back(
  516   RightSidebarNode->Attributes.emplace_back("id", "sidebar-right");
  517   RightSidebarNode->Attributes.emplace_back(
  536   SpanNode->Attributes.emplace_back("class", "no-break");
  647   Out.back()->Attributes.emplace_back("id",
  676   Out.back()->Attributes.emplace_back("id",
  925   LeftSidebarNode->Attributes.emplace_back("id", "sidebar-left");
  926   LeftSidebarNode->Attributes.emplace_back("path", "");
  927   LeftSidebarNode->Attributes.emplace_back(
  929   LeftSidebarNode->Attributes.emplace_back("style", "flex: 0 100%;");