Home | History | Annotate | Download | only in Sema

Lines Matching refs:T1PtrType

402   const PointerType *T1PtrType = T1->getAs<PointerType>(),
404 if (T1PtrType && T2PtrType) {
405 T1 = T1PtrType->getPointeeType();
426 if (T1PtrType) {
428 T1 = T1PtrType->getPointeeType();