Home
last modified time | relevance | path

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

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