Searched refs:EnterSubBlock (Results 1 – 7 of 7) sorted by relevance
58 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() function in BitstreamCursor315 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
489 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID)) in ParseAttributeBlock()643 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID)) in ParseAttributeGroupBlock()725 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW)) in ParseTypeTable()952 if (Stream.EnterSubBlock(bitc::VALUE_SYMTAB_BLOCK_ID)) in ParseValueSymbolTable()1008 if (Stream.EnterSubBlock(bitc::METADATA_BLOCK_ID)) in ParseMetadata()1178 if (Stream.EnterSubBlock(bitc::CONSTANTS_BLOCK_ID)) in ParseConstants()1616 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in ParseUseLists()1705 else if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in ParseModule()2120 if (Stream.EnterSubBlock(bitc::MODULE_BLOCK_ID)) in parseModuleTriple()2199 if (Stream.EnterSubBlock(bitc::METADATA_ATTACHMENT_ID)) in ParseMetadataAttachment()[all …]
158 if (Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID)) in GlobalModuleIndex()545 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()554 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
1079 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()1315 if (Cursor.EnterSubBlock(BlockID)) { in ReadBlockAbbrevs()2221 if (Stream.EnterSubBlock(CONTROL_BLOCK_ID)) { in ReadControlBlock()2498 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3923 if (Cursor.EnterSubBlock(BlockID)) in SkipCursorToBlock()4195 if (F.Stream.EnterSubBlock(SUBMODULE_BLOCK_ID)) { in ReadSubmoduleBlock()
393 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_META)) { in readMetaBlock()540 if (Stream.EnterSubBlock(clang::serialized_diags::BLOCK_DIAG)) { in readDiagnosticBlock()
493 bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()