Home
last modified time | relevance | path

Searched refs:emitBlockID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.h195 void emitBlockID(BlockId ID);
H A DBitcodeWriter.cpp270 void ClangDocBitcodeWriter::emitBlockID(BlockId BID) { in emitBlockID() function in clang::doc::ClangDocBitcodeWriter
392 emitBlockID(BID); in emitBlockInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp468 static void emitBlockID(unsigned ID, const char *Name, in emitBlockID() function
498 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) in emitBlockInfoBlock()