HomeSort by: relevance | last modified time | path
    Searched refs:CONTROL_BLOCK_ID (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesFormat.h 43 CONTROL_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 582 if (Entry.ID == CONTROL_BLOCK_ID) {
583 if (llvm::Error Err = InStream.EnterSubBlock(CONTROL_BLOCK_ID))
ASTReader.cpp 2584 if (llvm::Error Err = Stream.EnterSubBlock(CONTROL_BLOCK_ID)) {
4585 case CONTROL_BLOCK_ID:
5071 // Scan for the CONTROL_BLOCK_ID block.
5072 if (SkipCursorToBlock(Stream, CONTROL_BLOCK_ID)) {
5182 // Scan for the CONTROL_BLOCK_ID block.
5183 if (SkipCursorToBlock(Stream, CONTROL_BLOCK_ID))
ASTWriter.cpp 1111 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 306 CONTROL_BLOCK_ID,

Completed in 35 milliseconds