Home
last modified time | relevance | path

Searched refs:opty (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1190 const ObjCObjectPointerType *opty in ShouldTryAgainWithRedefinitionType() local
1192 if (!opty) return false; in ShouldTryAgainWithRedefinitionType()
1194 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1207 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1208 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()