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
  388   FunctionSet.Name = "set";
  389   FunctionSet.ReturnType = TypeInfo(EmptySID, "void", InfoType::IT_default);
  390   FunctionSet.Loc.emplace_back();
  391   FunctionSet.Params.emplace_back("int", "N");
  392   FunctionSet.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
  393   FunctionSet.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  395   FunctionSet.Access = AccessSpecifier::AS_protected;
  396   FunctionSet.IsMethod = true;
  397   ExpectedE.Bases.back().ChildFunctions.emplace_back(std::move(FunctionSet));