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

References

tools/clang/unittests/Tooling/DependencyScannerTest.cpp
  100   TestDependencyScanningAction Action(Deps);
  104   ASSERT_EQ(Deps.size(), 3u);
  105   EXPECT_EQ(convert_to_slash(Deps[0]), "/root/test.cpp");
  106   EXPECT_EQ(convert_to_slash(Deps[1]), "/root/symlink.h");
  107   EXPECT_EQ(convert_to_slash(Deps[2]), "/root/header.h");
  114   Deps.clear();
  117   ASSERT_EQ(Deps.size(), 3u);
  118   EXPECT_EQ(convert_to_slash(Deps[0]), "/root/test.cpp");
  119   EXPECT_EQ(convert_to_slash(Deps[1]), "/root/symlink.h");
  120   EXPECT_EQ(convert_to_slash(Deps[2]), "/root/header.h");