Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h647 OBJC_CATEGORIES = 46, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp915 RECORD(OBJC_CATEGORIES); in WriteBlockInfoBlock()
4549 Stream.EmitRecord(OBJC_CATEGORIES, Categories); in WriteObjCCategories()
H A DASTReader.cpp3842 case OBJC_CATEGORIES: in ReadASTBlock()