Searched refs:ObjCListBase (Results 1 – 2 of 2) sorted by relevance
35 class ObjCListBase {36 ObjCListBase(const ObjCListBase &) LLVM_DELETED_FUNCTION;37 void operator=(const ObjCListBase &) LLVM_DELETED_FUNCTION;44 ObjCListBase() : List(0), NumElts(0) {} in ObjCListBase() function58 class ObjCList : public ObjCListBase {61 ObjCListBase::set(reinterpret_cast<void*const*>(InList), Elts, Ctx); in set()
27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set()