Searched refs:AST_BLOCK_ID (Results 1 – 4 of 4) sorted by relevance
526 if (Entry.ID == AST_BLOCK_ID) { in loadModuleFile()527 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
1996 if (Stream.EnterSubBlock(AST_BLOCK_ID)) { in ReadASTBlock()3174 case AST_BLOCK_ID: in ReadASTCore()
3995 Stream.EnterSubblock(AST_BLOCK_ID, 5); in WriteASTCore()
202 AST_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID, enumerator