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

References

tools/lldb/unittests/Language/Highlighting/HighlighterTest.cpp
   94   std::string output = h.Highlight(style, code, llvm::Optional<size_t>());
   96   EXPECT_STREQ(output.c_str(), code);