Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseType

1506   QualType BaseType = E->getBaseType();
1508 BaseType = BaseType->getAs<PointerType>()->getPointeeType();
1511 Found, BaseType);