Home
last modified time | relevance | path

Searched refs:DECL_ENUM (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h671 DECL_ENUM, enumerator
/external/clang/lib/Serialization/
DASTWriterDecl.cpp242 Code = serialization::DECL_ENUM; in VisitEnumDecl()
1319 Abv->Add(BitCodeAbbrevOp(serialization::DECL_ENUM)); in WriteDeclsBlockAbbrevs()
DASTReaderDecl.cpp1481 case DECL_ENUM: in ReadDeclRecord()
DASTWriter.cpp843 RECORD(DECL_ENUM); in WriteBlockInfoBlock()