Searched refs:SM_SLOC_BUFFER_BLOB (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h563 SM_SLOC_BUFFER_BLOB = 3, enumerator in enum:clang::serialization::SourceManagerRecordTypes
/external/clang/lib/Serialization/
H A DASTWriter.cpp875 RECORD(SM_SLOC_BUFFER_BLOB);
1446 Abbrev->Add(BitCodeAbbrevOp(SM_SLOC_BUFFER_BLOB));
1731 Record.push_back(SM_SLOC_BUFFER_BLOB);
1751 Record.push_back(SM_SLOC_BUFFER_BLOB);
H A DASTReader.cpp1223 if (RecCode != SM_SLOC_BUFFER_BLOB) {
1250 if (RecCode != SM_SLOC_BUFFER_BLOB) {

Completed in 134 milliseconds