Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h570 UPDATE_VISIBLE = 28, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp763 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
3939 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
4521 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE)); in WriteASTCore()
H A DASTReader.cpp3186 case UPDATE_VISIBLE: { in ReadASTBlock()