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

References

tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  169     IO.mapOptional("Type", Ref.RefType, InfoType::IT_default);
  170     IO.mapOptional("Name", Ref.Name, SmallString<16>());
  171     IO.mapOptional("USR", Ref.USR, SymbolID());
  172     IO.mapOptional("Path", Ref.Path, SmallString<128>());
  173     IO.mapOptional("IsInGlobalNamespace", Ref.IsInGlobalNamespace, false);