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

References

tools/clang/unittests/Driver/DistroTest.cpp
   78   ASSERT_EQ(Distro(Distro::UbuntuYakkety), UbuntuYakkety);
   79   ASSERT_TRUE(UbuntuYakkety.IsUbuntu());
   80   ASSERT_FALSE(UbuntuYakkety.IsRedhat());
   81   ASSERT_FALSE(UbuntuYakkety.IsOpenSUSE());
   82   ASSERT_FALSE(UbuntuYakkety.IsDebian());
   83   ASSERT_FALSE(UbuntuYakkety.IsGentoo());