Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp944 const auto *boundObjC = bound->getAs<ObjCObjectPointerType>(); in applyObjCTypeArgs() local
950 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
952 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) { in applyObjCTypeArgs()