Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6050 const auto *T1PtrType = T1->getAs<PointerType>(); in UnwrapSimilarTypes() local
6052 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()
6053 T1 = T1PtrType->getPointeeType(); in UnwrapSimilarTypes()