Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h604 SM_SLOC_EXPANSION_ENTRY = 5 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp993 RECORD(SM_SLOC_EXPANSION_ENTRY); in WriteBlockInfoBlock()
1694 Abbrev->Add(BitCodeAbbrevOp(SM_SLOC_EXPANSION_ENTRY)); in CreateSLocExpansionAbbrev()
1939 Code = SM_SLOC_EXPANSION_ENTRY; in WriteSourceManagerBlock()
DASTReader.cpp1163 case SM_SLOC_EXPANSION_ENTRY: in ReadSourceManagerBlock()
1328 case SM_SLOC_EXPANSION_ENTRY: { in ReadSLocEntry()