Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h470 SmallVector<uint64_t, 1> ObjCCategories; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4491 unsigned N = M.ObjCCategories[Offset]; in operator ()()
4492 M.ObjCCategories[Offset++] = 0; // Don't try to deserialize again in operator ()()
4494 add(Reader.ReadDeclAs<ObjCCategoryDecl>(M, M.ObjCCategories, Offset)); in operator ()()
H A DASTReader.cpp3843 F.ObjCCategories.swap(Record); in ReadASTBlock()