Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h567 UPDATE_VISIBLE = 28, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp852 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
4236 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
4930 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE)); in WriteASTCore()
H A DASTReader.cpp3407 case UPDATE_VISIBLE: { in ReadASTBlock()