Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DMarkup.cpp202 unsigned Backticks = 0; in getMarkerForCodeBlock() local
205 ++Backticks; in getMarkerForCodeBlock()
208 MaxBackticks = std::max(MaxBackticks, Backticks); in getMarkerForCodeBlock()
209 Backticks = 0; in getMarkerForCodeBlock()
211 MaxBackticks = std::max(Backticks, MaxBackticks); in getMarkerForCodeBlock()
/external/google-styleguide/docguide/
Dstyle.md230 `Backticks` designate `inline code`, and will render all wrapped content
246 Backticks are the most common approach for "escaping" Markdown metacharacters;
/external/google-styleguide/
Dobjcguide.md765 Backticks or vertical bars are not needed when a symbol is self-apparent.