Home | History | Annotate | Download | only in AST

Lines Matching refs:PT

1408       const PointerType *PT = BaseType->getAs<PointerType>();
1409 assert(PT && "base of arrow member access is not pointer");
1410 BaseType = PT->getPointeeType();