Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp428 const PointerType *T1PtrType = T1->getAs<PointerType>(), in UnwrapDissimilarPointerTypes() local
430 if (T1PtrType && T2PtrType) { in UnwrapDissimilarPointerTypes()
431 T1 = T1PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
452 if (T1PtrType) { in UnwrapDissimilarPointerTypes()
454 T1 = T1PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
/external/clang/lib/AST/
DASTContext.cpp4254 const PointerType *T1PtrType = T1->getAs<PointerType>(), in UnwrapSimilarPointerTypes() local
4256 if (T1PtrType && T2PtrType) { in UnwrapSimilarPointerTypes()
4257 T1 = T1PtrType->getPointeeType(); in UnwrapSimilarPointerTypes()