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

Declarations

tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  201   void emitRecord(const SymbolID &Str, RecordId ID);

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  405   emitRecord(R.USR, REFERENCE_USR);
  455   emitRecord(I.USR, NAMESPACE_USR);
  474   emitRecord(I.USR, ENUM_USR);
  491   emitRecord(I.USR, RECORD_USR);
  522   emitRecord(I.USR, BASE_RECORD_USR);
  537   emitRecord(I.USR, FUNCTION_USR);