Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h573 SEMA_DECL_REFS = 24, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp895 RECORD(SEMA_DECL_REFS); in WriteBlockInfoBlock()
5266 Stream.EmitRecord(SEMA_DECL_REFS, SemaDeclRefs); in WriteSpecialDeclRecords()
H A DASTReader.cpp3730 case SEMA_DECL_REFS: in ReadASTBlock()