Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h598 SM_SLOC_BUFFER_BLOB = 3, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp991 RECORD(SM_SLOC_BUFFER_BLOB); in WriteBlockInfoBlock()
1681 : SM_SLOC_BUFFER_BLOB)); in CreateSLocBufferBlobAbbrev()
2012 RecordData::value_type Record[] = {SM_SLOC_BUFFER_BLOB}; in WriteSourceManagerBlock()
DASTReader.cpp1230 } else if (RecCode == SM_SLOC_BUFFER_BLOB) { in ReadSLocEntry()