Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6059 const auto *T2MPType = T2->getAs<MemberPointerType>(); in UnwrapSimilarTypes() local
6060 if (T1MPType && T2MPType && in UnwrapSimilarTypes()
6062 QualType(T2MPType->getClass(), 0))) { in UnwrapSimilarTypes()
6064 T2 = T2MPType->getPointeeType(); in UnwrapSimilarTypes()