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
   33   Two.Name = "Namespace";
   34   Two.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   36   Two.ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace",
   38   Two.ChildRecords.emplace_back(EmptySID, "OtherChildStruct",
   40   Two.ChildFunctions.emplace_back();
   41   Two.ChildFunctions.back().Name = "TwoFunction";
   42   Two.ChildEnums.emplace_back();
   43   Two.ChildEnums.back().Name = "TwoEnum";
   47   Infos.emplace_back(std::make_unique<NamespaceInfo>(std::move(Two)));