Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7009 if (const auto *T1MPType = T1->getAs<MemberPointerType>(), in UnwrapSimilarTypes() local
7011 T1MPType && T2MPType) { in UnwrapSimilarTypes()
7012 if (auto *RD1 = T1MPType->getMostRecentCXXRecordDecl(), in UnwrapSimilarTypes()
7016 if (getCanonicalNestedNameSpecifier(T1MPType->getQualifier()) != in UnwrapSimilarTypes()
7019 T1 = T1MPType->getPointeeType(); in UnwrapSimilarTypes()