Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6119 const auto *T2OPType = T2->getAs<ObjCObjectPointerType>(); in UnwrapSimilarTypes() local
6120 if (T1OPType && T2OPType) { in UnwrapSimilarTypes()
6122 T2 = T2OPType->getPointeeType(); in UnwrapSimilarTypes()