Searched refs:AST_BLOCK_ID (Results 1 – 4 of 4) sorted by relevance
553 if (Entry.ID == AST_BLOCK_ID) { in loadModuleFile()554 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
2434 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3833 case AST_BLOCK_ID: in ReadASTCore()
4246 Stream.EnterSubblock(AST_BLOCK_ID, 5); in WriteASTCore()
204 AST_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID, enumerator