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

Declarations

tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  204   void emitRecord(bool Value, RecordId ID);

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  409   emitRecord(R.IsInGlobalNamespace, REFERENCE_IS_IN_GLOBAL_NAMESPACE);
  441   emitRecord(I.SelfClosing, COMMENT_SELFCLOSING);
  442   emitRecord(I.Explicit, COMMENT_EXPLICIT);
  484   emitRecord(I.Scoped, ENUM_SCOPED);
  503   emitRecord(I.IsTypeDef, RECORD_IS_TYPE_DEF);
  526   emitRecord(I.IsVirtual, BASE_RECORD_IS_VIRTUAL);
  528   emitRecord(I.IsParent, BASE_RECORD_IS_PARENT);
  544   emitRecord(I.IsMethod, FUNCTION_IS_METHOD);