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

/external/clang/lib/Sema/
H A DSemaType.cpp912 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>(); local
918 if (boundObjC->isObjCIdType())
920 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) {

Completed in 201 milliseconds