Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp953 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>(); in applyObjCTypeArgs() local
959 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
961 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) { in applyObjCTypeArgs()