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

Derived Classes

tools/clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
   46 TEST_F(NamespaceEndCommentsFixerTest, AddsEndComment) {
  290 TEST_F(NamespaceEndCommentsFixerTest, AddsMacroEndComment) {
  369 TEST_F(NamespaceEndCommentsFixerTest, AddsNewlineIfNeeded) {
  423 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddEndCommentForShortNamespace) {
  432 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddCommentAfterUnaffectedRBrace) {
  451 TEST_F(NamespaceEndCommentsFixerTest,
  463 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidEndComment) {
  502 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidMacroEndComment) {
  550 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidEndLineComment) {
  616 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidMacroEndLineComment) {
  706 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidEndBlockComment) {
  749 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidMacroEndBlockComment) {
  801 TEST_F(NamespaceEndCommentsFixerTest,
  821 TEST_F(NamespaceEndCommentsFixerTest, AddEndCommentForNamespacesAroundMacros) {
  949 TEST_F(NamespaceEndCommentsFixerTest,
 1067 TEST_F(NamespaceEndCommentsFixerTest,
 1079 TEST_F(NamespaceEndCommentsFixerTest, HandlesInlineAtEndOfLine_PR32438) {

References

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