Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h404 Index(StringRef Name, StringRef JumpToSection) in Index()
405 : Reference(Name), JumpToSection(JumpToSection) {} in Index()
412 llvm::Optional<SmallString<16>> JumpToSection; member
H A DHTMLGenerator.cpp310 llvm::Optional<StringRef> JumpToSection = None) { in genReference() argument
312 if (!JumpToSection) in genReference()
315 return genLink(Type.Name, "#" + *JumpToSection); in genReference()
322 if (JumpToSection) in genReference()
323 Path += ("#" + *JumpToSection).str(); in genReference()
579 if (!Index.JumpToSection) in genHTML()
583 genReference(Index, InfoPath, Index.JumpToSection->str())); in genHTML()