Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5831 const auto *T1OPType = T1->getAs<ObjCObjectPointerType>(); in UnwrapSimilarTypes() local
5833 if (T1OPType && T2OPType) { in UnwrapSimilarTypes()
5834 T1 = T1OPType->getPointeeType(); in UnwrapSimilarTypes()