Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h647 OBJC_CATEGORIES = 46, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp915 RECORD(OBJC_CATEGORIES); in WriteBlockInfoBlock()
4549 Stream.EmitRecord(OBJC_CATEGORIES, Categories); in WriteObjCCategories()
HDASTReader.cpp3842 case OBJC_CATEGORIES: in ReadASTBlock()