Home
last modified time | relevance | path

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

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