Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp434 const ObjCObjectPointerType *T1ObjCPtrType = in UnwrapDissimilarPointerTypes() local
438 if (T1ObjCPtrType) { in UnwrapDissimilarPointerTypes()
440 T1 = T1ObjCPtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
445 T1 = T1ObjCPtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()