Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5141 const auto *T1PtrType = T1->getAs<PointerType>(); in UnwrapSimilarTypes() local
5143 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()
5144 T1 = T1PtrType->getPointeeType(); in UnwrapSimilarTypes()