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

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  109                           "-fsyntax-only", StartsWith("-resource-dir")));
tools/clang/tools/extra/clangd/unittests/TweakTests.cpp
  130               AllOf(StartsWith("message:"), HasSubstr("BinaryOperator"),
  162               AllOf(StartsWith("message:"), HasSubstr("0 |   int x")));
  519               StartsWith("fail: Could not deduce type for 'auto' type"));
  522               StartsWith("fail: Could not expand type of function pointer"));
  525               StartsWith("fail: Could not expand type of lambda expression"));
  543               StartsWith("fail: Could not deduce type for 'auto' type"));
  566   EXPECT_THAT(apply(" [[int a = 5;]] a++; "), StartsWith("fail"));
  568   EXPECT_THAT(apply(" if(true) [[return;]] "), StartsWith("fail"));
  615   EXPECT_THAT(apply("void f() { [[int a; f();]] }"), StartsWith("fail"));
  666   EXPECT_THAT(apply(" for(;;) [[if(1) continue;]] "), StartsWith("fail"));
  667   EXPECT_THAT(apply(" while(1) [[if(1) break;]] "), StartsWith("fail"));
  668   EXPECT_THAT(apply(" switch(1) { [[break;]] }"), StartsWith("fail"));
  670               StartsWith("fail"));
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
  533   EXPECT_THAT(collectAndDump(Code), StartsWith(ExpectedTokens));
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  337     HandlePacket(server, testing::StartsWith("qSupported:"), "");
  360     HandlePacket(server, testing::StartsWith("qSupported:"), "");
tools/lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
   75           testing::StartsWith(
unittests/Support/YAMLIOTest.cpp
  320   EXPECT_THAT(Serialized, StartsWith(ExpectedPrefix));