Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1235 const ObjCObjectPointerType *opty in ShouldTryAgainWithRedefinitionType() local
1237 if (!opty) return false; in ShouldTryAgainWithRedefinitionType()
1239 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1252 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1253 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()