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

Derived Classes

tools/clang/unittests/Format/CleanupTest.cpp
   47 TEST_F(CleanupTest, DeleteEmptyNamespaces) {
   62 TEST_F(CleanupTest, NamespaceWithSyntaxError) {
   78 TEST_F(CleanupTest, EmptyNamespaceNotAffected) {
   89 TEST_F(CleanupTest, EmptyNamespaceWithCommentsNoBreakBeforeBrace) {
  103 TEST_F(CleanupTest, EmptyNamespaceWithCommentsBreakBeforeBrace) {
  122 TEST_F(CleanupTest, EmptyNamespaceAroundConditionalCompilation) {
  140 TEST_F(CleanupTest, CtorInitializationSimpleRedundantComma) {
  154 TEST_F(CleanupTest, CtorInitializationSimpleRedundantColon) {
  164 TEST_F(CleanupTest, ListRedundantComma) {
  174 TEST_F(CleanupTest, NoCleanupsForJavaScript) {
  182 TEST_F(CleanupTest, TrailingCommaInParens) {
  193 TEST_F(CleanupTest, TrailingCommaInBraces) {
  219 TEST_F(CleanupTest, CtorInitializationBracesInParens) {
  225 TEST_F(CleanupTest, RedundantCommaNotInAffectedRanges) {
  244 TEST_F(CleanupTest, RemoveCommentsAroundDeleteCode) {
  275 TEST_F(CleanupTest, CtorInitializerInNamespace) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);