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.h1275 DECL_VAR, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1201 Code = serialization::DECL_VAR; in VisitVarDecl()
2489 Abv->Add(BitCodeAbbrevOp(serialization::DECL_VAR)); in WriteDeclAbbrevs()
H A DASTReaderDecl.cpp4039 case DECL_VAR: in ReadDeclRecord()
H A DASTWriter.cpp1039 RECORD(DECL_VAR); in WriteBlockInfoBlock()