Searched refs:ReadBlockAbbrevs (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTReader.h1666 /// ReadBlockAbbrevs - Enter a subblock of the specified BlockID with the
1669 bool ReadBlockAbbrevs(llvm::BitstreamCursor &Cursor, unsigned BlockID);
/external/clang/lib/Serialization/
H A DASTReader.cpp1311 /// ReadBlockAbbrevs - Enter a subblock of the specified BlockID with the
1314 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { function in class:ASTReader
2289 ReadBlockAbbrevs(F.InputFilesCursor, INPUT_FILES_BLOCK_ID)) {
2535 ReadBlockAbbrevs(F.DeclsCursor, DECLTYPES_BLOCK_ID)) {
2547 ReadBlockAbbrevs(F.MacroCursor, PREPROCESSOR_BLOCK_ID)) {
2557 ReadBlockAbbrevs(F.PreprocessorDetailCursor,
2584 ReadBlockAbbrevs(C, COMMENTS_BLOCK_ID)) {

Completed in 93 milliseconds