Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DMDGenerator.cpp27 static std::string genEmphasis(const Twine &Text) { in genEmphasis() function
78 OS << genEmphasis(I.Name); in writeDescription()
82 OS << genEmphasis(I.Name) << " " << I.Text; in writeDescription()
85 OS << genEmphasis(I.ParamName) << I.Text << Direction << "\n\n"; in writeDescription()
88 OS << genEmphasis(I.ParamName) << I.Text << Direction << "\n\n"; in writeDescription()