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

References

tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   50   Expected->Name = "Namespace";
   51   Expected->Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   53   Expected->ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   55   Expected->ChildRecords.emplace_back(NonEmptySID, "ChildStruct",
   57   Expected->ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace",
   59   Expected->ChildRecords.emplace_back(EmptySID, "OtherChildStruct",
   61   Expected->ChildFunctions.emplace_back();
   62   Expected->ChildFunctions.back().Name = "OneFunction";
   63   Expected->ChildFunctions.back().USR = NonEmptySID;
   64   Expected->ChildFunctions.emplace_back();
   65   Expected->ChildFunctions.back().Name = "TwoFunction";
   66   Expected->ChildEnums.emplace_back();
   67   Expected->ChildEnums.back().Name = "OneEnum";
   68   Expected->ChildEnums.back().USR = NonEmptySID;
   69   Expected->ChildEnums.emplace_back();
   70   Expected->ChildEnums.back().Name = "TwoEnum";
   74   CheckNamespaceInfo(InfoAsNamespace(Expected.get()),