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

References

tools/clang/unittests/Driver/DistroTest.cpp
  150   ASSERT_EQ(Distro(Distro::RHEL7), CentOS7);
  151   ASSERT_FALSE(CentOS7.IsUbuntu());
  152   ASSERT_TRUE(CentOS7.IsRedhat());
  153   ASSERT_FALSE(CentOS7.IsOpenSUSE());
  154   ASSERT_FALSE(CentOS7.IsDebian());
  155   ASSERT_FALSE(CentOS7.IsGentoo());