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()
2454 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3836 case AST_BLOCK_ID: in ReadASTCore()
4303 Stream.EnterSubblock(AST_BLOCK_ID, 5); in WriteASTCore()
213 AST_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID, enumerator