Home
last modified time | relevance | path

Searched refs:SEMA_DECL_REFS (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h573 SEMA_DECL_REFS = 24, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp895 RECORD(SEMA_DECL_REFS); in WriteBlockInfoBlock()
5266 Stream.EmitRecord(SEMA_DECL_REFS, SemaDeclRefs); in WriteSpecialDeclRecords()
HDASTReader.cpp3730 case SEMA_DECL_REFS: in ReadASTBlock()