Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h658 SM_SLOC_FILE_ENTRY = 1, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1149 RECORD(SM_SLOC_FILE_ENTRY); in WriteBlockInfoBlock()
1863 Abbrev->Add(BitCodeAbbrevOp(SM_SLOC_FILE_ENTRY)); in CreateSLocFileAbbrev()
2257 Code = SM_SLOC_FILE_ENTRY; in WriteSourceManagerBlock()
H A DASTReader.cpp1319 case SM_SLOC_FILE_ENTRY: in ReadSourceManagerBlock()
1422 case SM_SLOC_FILE_ENTRY: { in ReadSLocEntry()