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

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  537   emitRecord(I.USR, FUNCTION_USR);
  538   emitRecord(I.Name, FUNCTION_NAME);
  539   for (const auto &N : I.Namespace)
  541   for (const auto &CI : I.Description)
  543   emitRecord(I.Access, FUNCTION_ACCESS);
  544   emitRecord(I.IsMethod, FUNCTION_IS_METHOD);
  545   if (I.DefLoc)
  546     emitRecord(I.DefLoc.getValue(), FUNCTION_DEFLOCATION);
  547   for (const auto &L : I.Loc)
  549   emitBlock(I.Parent, FieldId::F_parent);
  550   emitBlock(I.ReturnType);
  551   for (const auto &N : I.Params)