Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseType

1510   QualType BaseType = E->getBaseType();
1512 BaseType = BaseType->getAs<PointerType>()->getPointeeType();
1515 Found, BaseType);