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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp863 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>(); local
869 if (boundObjC->isObjCIdType())
871 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) {

Completed in 81 milliseconds