Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h1218 DECL_ENUM, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp556 Code = serialization::DECL_ENUM; in VisitEnumDecl()
2326 Abv->Add(BitCodeAbbrevOp(serialization::DECL_ENUM)); in WriteDeclAbbrevs()
HDASTReaderDecl.cpp3861 case DECL_ENUM: in ReadDeclRecord()
HDASTWriter.cpp1022 RECORD(DECL_ENUM); in WriteBlockInfoBlock()