Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6576 const auto *T1OPType = T1->getAs<ObjCObjectPointerType>(); in UnwrapSimilarTypes() local
6578 if (T1OPType && T2OPType) { in UnwrapSimilarTypes()
6579 T1 = T1OPType->getPointeeType(); in UnwrapSimilarTypes()