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

Declarations

tools/lldb/unittests/Utility/LogTest.cpp
   82   llvm::StringRef takeOutput();

References

tools/lldb/unittests/Utility/LogTest.cpp
  108   return takeOutput();
  249   ASSERT_EQ("", takeOutput());
  255   ASSERT_EQ("Foo failed: My Error\n", takeOutput());
  277   EXPECT_THAT(takeOutput(), testing::AnyOf("", "Hello World\n"));
  295   EXPECT_THAT(takeOutput(), testing::AnyOf("", "Hello World\n"));