Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h1017 DECL_ENUM, enumerator
/external/clang/lib/Serialization/
DASTWriterDecl.cpp454 Code = serialization::DECL_ENUM; in VisitEnumDecl()
1742 Abv->Add(BitCodeAbbrevOp(serialization::DECL_ENUM)); in WriteDeclAbbrevs()
DASTReaderDecl.cpp3234 case DECL_ENUM: in ReadDeclRecord()
DASTWriter.cpp1072 RECORD(DECL_ENUM); in WriteBlockInfoBlock()