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

References

tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
   26   I.Name = "Namespace";
   27   I.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   29   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
   31   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record);
   32   I.ChildFunctions.emplace_back();
   33   I.ChildFunctions.back().Name = "OneFunction";
   34   I.ChildFunctions.back().Access = AccessSpecifier::AS_none;
   35   I.ChildEnums.emplace_back();
   36   I.ChildEnums.back().Name = "OneEnum";
   42   auto Err = G->generateDocForInfo(&I, Actual, ClangDocContext());