Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h660 SM_SLOC_FILE_ENTRY = 1, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp762 RECORD(SM_SLOC_FILE_ENTRY); in WriteBlockInfoBlock()
1516 Abbrev->Add(BitCodeAbbrevOp(SM_SLOC_FILE_ENTRY)); in CreateSLocFileAbbrev()
1910 Code = SM_SLOC_FILE_ENTRY; in WriteSourceManagerBlock()
HDASTReader.cpp1373 case SM_SLOC_FILE_ENTRY: in ReadSourceManagerBlock()
1505 case SM_SLOC_FILE_ENTRY: { in ReadSLocEntry()