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

References

tools/clang/unittests/Tooling/DependencyScannerTest.cpp
  152   TestDependencyScanningAction Action(Deps);
  155   ASSERT_EQ(Deps.size(), 6u);
  156   EXPECT_EQ(convert_to_slash(Deps[0]), "/root/test.cpp");
  157   EXPECT_EQ(convert_to_slash(Deps[1]), "/root/header.h");
  158   EXPECT_EQ(convert_to_slash(Deps[2]), "/root/symlink.h");
  159   EXPECT_EQ(convert_to_slash(Deps[3]), "/root/test2.cpp");
  160   EXPECT_EQ(convert_to_slash(Deps[4]), "/root/symlink.h");
  161   EXPECT_EQ(convert_to_slash(Deps[5]), "/root/header.h");