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

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  383     assert(Block.second.size() < (1U << BitCodeConstants::SubblockIDSize));
  391   assert(RIDs.size() < (1U << BitCodeConstants::SubblockIDSize));
tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  182       Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);