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
   18   One.Name = "Namespace";
   19   One.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   21   One.ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   23   One.ChildRecords.emplace_back(NonEmptySID, "ChildStruct",
   25   One.ChildFunctions.emplace_back();
   26   One.ChildFunctions.back().Name = "OneFunction";
   27   One.ChildFunctions.back().USR = NonEmptySID;
   28   One.ChildEnums.emplace_back();
   29   One.ChildEnums.back().Name = "OneEnum";
   30   One.ChildEnums.back().USR = NonEmptySID;
   46   Infos.emplace_back(std::make_unique<NamespaceInfo>(std::move(One)));