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

References

tools/clang/unittests/Driver/DistroTest.cpp
   48   ASSERT_EQ(Distro(Distro::UbuntuTrusty), UbuntuTrusty);
   49   ASSERT_TRUE(UbuntuTrusty.IsUbuntu());
   50   ASSERT_FALSE(UbuntuTrusty.IsRedhat());
   51   ASSERT_FALSE(UbuntuTrusty.IsOpenSUSE());
   52   ASSERT_FALSE(UbuntuTrusty.IsDebian());
   53   ASSERT_FALSE(UbuntuTrusty.IsGentoo());