Home
last modified time | relevance | path

Searched refs:RIDs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp390 const std::vector<RecordId> &RIDs) { in emitBlockInfo() argument
391 assert(RIDs.size() < (1U << BitCodeConstants::SubblockIDSize)); in emitBlockInfo()
393 for (RecordId RID : RIDs) { in emitBlockInfo()
H A DBitcodeWriter.h197 void emitBlockInfo(BlockId BID, const std::vector<RecordId> &RIDs);