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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
   27   if (R[0] != BitCodeConstants::USRHashSize)
  702     else if (MaybeRead.get() != BitCodeConstants::Signature[Idx])
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
   43                                    BitCodeConstants::BoolSize)});
   50                                    BitCodeConstants::IntSize)});
   57                                    BitCodeConstants::USRLengthSize),
   61                                    BitCodeConstants::USRBitLengthSize)});
   68                                    BitCodeConstants::StringLengthSize),
   79                              BitCodeConstants::LineNumberSize),
   82                              BitCodeConstants::BoolSize),
   85                              BitCodeConstants::StringLengthSize),
  260   for (char C : BitCodeConstants::Signature)
  261     Stream.Emit((unsigned)C, BitCodeConstants::SignatureBitSize);
tools/clang/tools/extra/clang-doc/BitcodeWriter.h
  182       Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);
  214   SmallVector<uint32_t, BitCodeConstants::RecordSize> Record;