Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5150 const auto *T2MPType = T2->getAs<MemberPointerType>(); in UnwrapSimilarTypes() local
5151 if (T1MPType && T2MPType && in UnwrapSimilarTypes()
5153 QualType(T2MPType->getClass(), 0))) { in UnwrapSimilarTypes()
5155 T2 = T2MPType->getPointeeType(); in UnwrapSimilarTypes()