Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h1241 DECL_TYPEALIAS, enumerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp407 Code = serialization::DECL_TYPEALIAS; in VisitTypeAliasDecl()
H A DASTReaderDecl.cpp3576 case DECL_TYPEALIAS: in ReadDeclRecord()
H A DASTWriter.cpp950 RECORD(DECL_TYPEALIAS); in WriteBlockInfoBlock()