Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp1140 const ObjCObjectPointerType *opty in ShouldTryAgainWithRedefinitionType() local
1142 if (!opty) return false; in ShouldTryAgainWithRedefinitionType()
1144 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1157 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1158 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()