Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1296 DECL_VAR, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1365 Code = serialization::DECL_VAR; in VisitVarDecl()
2711 Abv->Add(BitCodeAbbrevOp(serialization::DECL_VAR)); in WriteDeclAbbrevs()
H A DASTReaderDecl.cpp4116 case DECL_VAR: in ReadDeclRecord()
H A DASTWriter.cpp1077 RECORD(DECL_VAR); in WriteBlockInfoBlock()