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

Declarations

tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  202   void emitRecord(const Location &Loc, RecordId ID);

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  481     emitRecord(I.DefLoc.getValue(), ENUM_DEFLOCATION);
  483     emitRecord(L, ENUM_LOCATION);
  499     emitRecord(I.DefLoc.getValue(), RECORD_DEFLOCATION);
  501     emitRecord(L, RECORD_LOCATION);
  546     emitRecord(I.DefLoc.getValue(), FUNCTION_DEFLOCATION);
  548     emitRecord(L, FUNCTION_LOCATION);