Searched defs:Snippet (Results 1 – 9 of 9) sorted by relevance
30 public abstract class Snippet implements HasClassReferences, Writable { class
48 std::vector<llvm::MCInst> Snippet; member
73 const std::vector<llvm::MCInst> &Snippet = Configuration.Snippet; in runOne() local
128 std::vector<InstructionInstance> Snippet; member
252 std::vector<InstructionInstance> Snippet; in TEST_F() local263 std::vector<InstructionInstance> Snippet; in TEST_F() local
328 auto Highlight = [&](const std::string &Snippet) { in renderLine()383 for (const auto &Snippet : Snippets) in renderLine() local
14 class Snippet(object): class
534 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine()604 for (const auto &Snippet : Snippets) in renderLine() local
2131 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local