reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/unittests/Language/Highlighting/HighlighterTest.cpp
  233   s.selected.Set("<c>", "</c>");
  236             highlightC(" foo c = bar(); return 1;", s, 0));
  238             highlightC(" foo c = bar(); return 1;", s, 1));
  240             highlightC(" foo c = bar(); return 1;", s, 2));
  242             highlightC(" foo c = bar(); return 1;", s, 3));
  244             highlightC(" foo c = bar(); return 1;", s, 4));
  246             highlightC(" foo c = bar(); return 1;", s, 5));