reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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));