Home | History | Annotate | Download | only in Sema

Lines Matching refs:Pointee

3549       QualType Pointee = Ty->getPointeeType();
3550 if (!Pointee.isNull()) {
3551 Ty = Pointee;