Home | History | Annotate | Download | only in AST

Lines Matching refs:T1PtrType

4200   const PointerType *T1PtrType = T1->getAs<PointerType>(),
4202 if (T1PtrType && T2PtrType) {
4203 T1 = T1PtrType->getPointeeType();