Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp429 *T2PtrType = T2->getAs<PointerType>(); in UnwrapDissimilarPointerTypes()
430 if (T1PtrType && T2PtrType) { in UnwrapDissimilarPointerTypes()
432 T2 = T2PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
445 else if (T2PtrType) { in UnwrapDissimilarPointerTypes()
447 T2 = T2PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
/external/clang/lib/AST/
DASTContext.cpp4255 *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarPointerTypes()
4256 if (T1PtrType && T2PtrType) { in UnwrapSimilarPointerTypes()
4258 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarPointerTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5743 const auto *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarTypes() local
5744 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()
5746 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarTypes()