Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h485 UPDATE_VISIBLE = 28, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp961 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
3816 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
4335 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE)); in WriteASTCore()
DASTReader.cpp2634 case UPDATE_VISIBLE: { in ReadASTBlock()