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

References

tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
  434   FunctionSetNew.Name = "set";
  435   FunctionSetNew.ReturnType = TypeInfo(EmptySID, "void", InfoType::IT_default);
  436   FunctionSetNew.Loc.emplace_back();
  437   FunctionSetNew.Params.emplace_back("int", "N");
  438   FunctionSetNew.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
  439   FunctionSetNew.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  441   FunctionSetNew.Access = AccessSpecifier::AS_private;
  442   FunctionSetNew.IsMethod = true;
  443   ExpectedH.Bases.back().ChildFunctions.emplace_back(std::move(FunctionSetNew));