Home
last modified time | relevance | path

Searched refs:genLink (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/assets/
Dindex.js32 function genLink(Ref, CurrentDirectory) { function
52 SpanNode.appendChild(genLink(Index, CurrentDirectory));
/external/perfetto/infra/perfetto.dev/src/
Dgen_sql_tables_reference.js189 function genLink(table) { function
196 md += `_Extends ${genLink(table.parent)}_\n\n`;
205 md += `||_Columns inherited from_ ${genLink(curTable)}\n`
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp302 static std::unique_ptr<TagNode> genLink(const Twine &Text, const Twine &Link) { in genLink() function
315 return genLink(Type.Name, "#" + JumpToSection.getValue()); in genReference()
324 return genLink(Type.Name, Path); in genReference()