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

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  265   StreamSubBlockGuard Block(Stream, BI_VERSION_BLOCK_ID);
  404   StreamSubBlockGuard Block(Stream, BI_REFERENCE_BLOCK_ID);
  414   StreamSubBlockGuard Block(Stream, BI_TYPE_BLOCK_ID);
  419   StreamSubBlockGuard Block(Stream, BI_FIELD_TYPE_BLOCK_ID);
  425   StreamSubBlockGuard Block(Stream, BI_MEMBER_TYPE_BLOCK_ID);
  432   StreamSubBlockGuard Block(Stream, BI_COMMENT_BLOCK_ID);
  454   StreamSubBlockGuard Block(Stream, BI_NAMESPACE_BLOCK_ID);
  473   StreamSubBlockGuard Block(Stream, BI_ENUM_BLOCK_ID);
  490   StreamSubBlockGuard Block(Stream, BI_RECORD_BLOCK_ID);
  521   StreamSubBlockGuard Block(Stream, BI_BASE_RECORD_BLOCK_ID);
  536   StreamSubBlockGuard Block(Stream, BI_FUNCTION_BLOCK_ID);
tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  185     StreamSubBlockGuard(const StreamSubBlockGuard &) = delete;
  186     StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;
  186     StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;