Home | History | Annotate | Download | only in Sema

Lines Matching refs:ThisType

2009   QualType ThisType = S.getCurrentThisType();
2011 if (!ThisType.isNull())
2012 RD = ThisType->getPointeeType()->getAsCXXRecordDecl();
2024 if (!ThisType.isNull()) {
2027 Context, /*This=*/nullptr, ThisType, /*IsArrow=*/true,