Home | History | Annotate | Download | only in Sema

Lines Matching refs:T1PtrType

427   const PointerType *T1PtrType = T1->getAs<PointerType>(),
429 if (T1PtrType && T2PtrType) {
430 T1 = T1PtrType->getPointeeType();
451 if (T1PtrType) {
453 T1 = T1PtrType->getPointeeType();