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

References

tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
  177   I.Name = "f";
  178   I.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
  180   I.DefLoc = Location(10, llvm::SmallString<16>{"test.cpp"});
  181   I.Loc.emplace_back(12, llvm::SmallString<16>{"test.cpp"});
  183   I.Access = AccessSpecifier::AS_none;
  185   I.ReturnType =
  187   I.Params.emplace_back("int", "path/to/int", "P");
  188   I.IsMethod = true;
  189   I.Parent = Reference(EmptySID, "Parent", InfoType::IT_record);
  195   auto Err = G->generateDocForInfo(&I, Actual, ClangDocContext());