Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h1021 DECL_ENUM_CONSTANT, enumerator
/external/clang/lib/Serialization/
DASTWriterDecl.cpp496 Code = serialization::DECL_ENUM_CONSTANT; in VisitEnumConstantDecl()
DASTReaderDecl.cpp3240 case DECL_ENUM_CONSTANT: in ReadDeclRecord()
DASTWriter.cpp1074 RECORD(DECL_ENUM_CONSTANT); in WriteBlockInfoBlock()