Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7002 const auto *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarTypes() local
7003 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()
7005 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarTypes()