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

References

tools/clang/unittests/Tooling/DependencyScannerTest.cpp
  187   TestDependencyScanningAction Action(Deps);
  190   ASSERT_EQ(Deps.size(), 6u);
  191   EXPECT_EQ(convert_to_slash(Deps[0]), "/root/test.cpp");
  192   EXPECT_EQ(convert_to_slash(Deps[1]), "/root/header.h");
  193   EXPECT_EQ(convert_to_slash(Deps[2]), "/root/symlink.h");
  194   EXPECT_EQ(convert_to_slash(Deps[3]), "/root/test.cpp");
  195   EXPECT_EQ(convert_to_slash(Deps[4]), "/root/header.h");
  196   EXPECT_EQ(convert_to_slash(Deps[5]), "/root/symlink.h");