Searched refs:Snippet (Results 1 – 8 of 8) sorted by relevance
538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() argument541 return tag("span", Snippet, std::string(Color.getValue())); in renderLine()608 for (const auto &Snippet : Snippets) in renderLine() local609 OS << Snippet; in renderLine()
69 const std::vector<InstructionTemplate> &Snippet) const;
67 Snippet:
1579 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local1585 if (Snippet.find_first_of("\r\n") != StringRef::npos) in getLengthOnSingleLine()1589 return Snippet.size(); in getLengthOnSingleLine()
327 $(TH Code Snippet)
349 $(TH Code Snippet)
1829 // Snippet #1:1837 // Snippet #2:1844 actually have two separate ``NamespaceDecl`` nodes in Snippet #1, each of which
3591 Rename `Snippet 3' as `Snippet 4'.3592 Introduce `Snippet 3' for variable initializations.