Searched refs:boundObjC (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp950 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>(); local
956 if (boundObjC->isObjCIdType())
958 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) {

Completed in 145 milliseconds