Home | History | Annotate | Download | only in AST

Lines Matching refs:PTy

109     else if (const PointerType* PTy = BaseType->getAs<PointerType>())
110 BaseType = PTy->getPointeeType();