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
  448   FunctionGetNew.Name = "get";
  449   FunctionGetNew.ReturnType = TypeInfo(EmptySID, "int", InfoType::IT_default);
  450   FunctionGetNew.DefLoc = Location();
  451   FunctionGetNew.Namespace.emplace_back(EmptySID, "G", InfoType::IT_record);
  452   FunctionGetNew.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  454   FunctionGetNew.Access = AccessSpecifier::AS_private;
  455   FunctionGetNew.IsMethod = true;
  456   ExpectedH.Bases.back().ChildFunctions.emplace_back(std::move(FunctionGetNew));