Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h711 SM_SLOC_BUFFER_BLOB = 3, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp797 RECORD(SM_SLOC_BUFFER_BLOB); in WriteBlockInfoBlock()
1596 : SM_SLOC_BUFFER_BLOB)); in CreateSLocBufferBlobAbbrev()
1911 RecordDataType Record[] = {SM_SLOC_BUFFER_BLOB}; in emitBlob()
H A DASTReader.cpp1466 } else if (RecCode == SM_SLOC_BUFFER_BLOB) { in ReadSLocEntry()