Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadBlockAbbrevs

1358 /// ReadBlockAbbrevs - Enter a subblock of the specified BlockID with the
1361 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) {
2375 ReadBlockAbbrevs(F.InputFilesCursor, INPUT_FILES_BLOCK_ID)) {
2634 ReadBlockAbbrevs(F.DeclsCursor, DECLTYPES_BLOCK_ID)) {
2646 ReadBlockAbbrevs(F.MacroCursor, PREPROCESSOR_BLOCK_ID)) {
2656 ReadBlockAbbrevs(F.PreprocessorDetailCursor,
2683 ReadBlockAbbrevs(C, COMMENTS_BLOCK_ID)) {