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

References

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  311   if (Type.Path.empty() && !Type.IsInGlobalNamespace) {
  311   if (Type.Path.empty() && !Type.IsInGlobalNamespace) {
  313       return std::make_unique<TextNode>(Type.Name);
  315       return genLink(Type.Name, "#" + JumpToSection.getValue());
  318       computeRelativePath(Type.Path, CurrentDirectory);
  319   llvm::sys::path::append(Path, Type.Name + ".html");
  324   return genLink(Type.Name, Path);