Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp1230 const ObjCObjectPointerType *opty in ShouldTryAgainWithRedefinitionType() local
1232 if (!opty) return false; in ShouldTryAgainWithRedefinitionType()
1234 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1247 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1248 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()