Searched refs:JumpToSection (Results 1 – 2 of 2) sorted by relevance
404 Index(StringRef Name, StringRef JumpToSection) in Index()405 : Reference(Name), JumpToSection(JumpToSection) {} in Index()412 llvm::Optional<SmallString<16>> JumpToSection; member
310 llvm::Optional<StringRef> JumpToSection = None) { in genReference() argument312 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()