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

Declarations

tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.h
   44 void CheckNamespaceInfo(NamespaceInfo *Expected, NamespaceInfo *Actual);

References

tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
   70   CheckNamespaceInfo(&I, InfoAsNamespace(ReadResults[0].get()));
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   74   CheckNamespaceInfo(InfoAsNamespace(Expected.get()),
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
   91   CheckNamespaceInfo(&ExpectedA, A);
   96   CheckNamespaceInfo(&ExpectedB, B);
  108   CheckNamespaceInfo(&ExpectedBWithFunction, BWithFunction);
  118   CheckNamespaceInfo(&ExpectedA, A);
  246   CheckNamespaceInfo(&ExpectedNamespaceWithEnum, NamespaceWithEnum);
  257   CheckNamespaceInfo(&ExpectedNamespaceWithScopedEnum, NamespaceWithScopedEnum);
  329   CheckNamespaceInfo(&ExpectedBWithFunction, BWithFunction);
  345   CheckNamespaceInfo(&ExpectedBWithFunction, BWithFunction);
  502   CheckNamespaceInfo(&ExpectedBWithFunction, BWithFunction);
  514   CheckNamespaceInfo(&ExpectedBWithExportedFunction, BWithExportedFunction);
  527   CheckNamespaceInfo(&ExpectedParentA, ParentA);
  541   CheckNamespaceInfo(&ExpectedParentC, ParentC);
  554   CheckNamespaceInfo(&ExpectedParentA, ParentA);
  560   CheckNamespaceInfo(&ExpectedParentB, ParentB);