Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp5835 const auto *T1MPType = T1->getAs<MemberPointerType>(); in UnwrapSimilarTypes() local
5837 if (T1MPType && T2MPType && in UnwrapSimilarTypes()
5838 hasSameUnqualifiedType(QualType(T1MPType->getClass(), 0), in UnwrapSimilarTypes()
5840 T1 = T1MPType->getPointeeType(); in UnwrapSimilarTypes()