Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h586 UPDATE_VISIBLE = 28, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp898 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
4463 RecordData::value_type Record[] = {UPDATE_VISIBLE, in WriteDeclContextVisibleUpdate()
5728 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE)); in WriteDeclAndTypes()
H A DASTReader.cpp3432 case UPDATE_VISIBLE: { in ReadASTBlock()