Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp4274 *T2OPType = T2->getAs<ObjCObjectPointerType>(); in UnwrapSimilarPointerTypes()
4275 if (T1OPType && T2OPType) { in UnwrapSimilarPointerTypes()
4277 T2 = T2OPType->getPointeeType(); in UnwrapSimilarPointerTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5762 const auto *T2OPType = T2->getAs<ObjCObjectPointerType>(); in UnwrapSimilarTypes() local
5763 if (T1OPType && T2OPType) { in UnwrapSimilarTypes()
5765 T2 = T2OPType->getPointeeType(); in UnwrapSimilarTypes()