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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 292 DECLTYPES_BLOCK_ID,
433 /// DECLTYPES_BLOCK_ID). The index into the array is based on the ID
439 /// corresponding record within the DECLTYPES_BLOCK_ID block.
448 /// DECLTYPES_BLOCK_ID). The declaration ID is an index into this
1095 /// block identified by DECLTYPES_BLOCK_ID in the AST file. Each
1210 /// being deserialized. This can occur within DECLTYPES_BLOCK_ID.
1214 /// This can occur within DECLTYPES_BLOCK_ID.
1220 /// a declarations block (identified by DECLTYPES_BLOCK_ID). Each
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4678 Stream.EnterSubblock(DECLTYPES_BLOCK_ID, /*bits for abbreviations*/5);
ASTReader.cpp 2989 case DECLTYPES_BLOCK_ID:
2999 if (ReadBlockAbbrevs(F.DeclsCursor, DECLTYPES_BLOCK_ID,

Completed in 112 milliseconds