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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 591 if (Entry.ID == AST_BLOCK_ID) {
592 if (llvm::Error Err = InStream.EnterSubBlock(AST_BLOCK_ID))
ASTWriter.cpp 4488 Stream.EnterSubblock(AST_BLOCK_ID, 5);
ASTReader.cpp 2954 if (llvm::Error Err = Stream.EnterSubBlock(AST_BLOCK_ID)) {
4613 case AST_BLOCK_ID:
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 280 AST_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID,

Completed in 75 milliseconds