Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h1017 DECL_ENUM, enumerator
/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h1234 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()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp472 Code = serialization::DECL_ENUM; in VisitEnumDecl()
1964 Abv->Add(BitCodeAbbrevOp(serialization::DECL_ENUM)); in WriteDeclAbbrevs()
DASTReaderDecl.cpp3803 case DECL_ENUM: in ReadDeclRecord()
DASTWriter.cpp881 RECORD(DECL_ENUM); in WriteBlockInfoBlock()