Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1218 DECL_ENUM, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp556 Code = serialization::DECL_ENUM; in VisitEnumDecl()
2326 Abv->Add(BitCodeAbbrevOp(serialization::DECL_ENUM)); in WriteDeclAbbrevs()
H A DASTReaderDecl.cpp3861 case DECL_ENUM: in ReadDeclRecord()
H A DASTWriter.cpp1022 RECORD(DECL_ENUM); in WriteBlockInfoBlock()