Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h573 UPDATE_VISIBLE = 28, enumerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp830 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
4136 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
4723 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE)); in WriteASTCore()
H A DASTReader.cpp3227 case UPDATE_VISIBLE: { in ReadASTBlock()