Home | History | Annotate | Download | only in Sema

Lines Matching full:thisty

796     QualType ThisTy = getCurrentThisType();
797 if (ThisTy.isNull()) {
806 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
808 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
1738 QualType ThisTy = getCurrentThisType();
1739 assert(!ThisTy.isNull() && "didn't correctly pre-flight capture of 'this'");
1747 baseExpr = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/true);
1750 return BuildMemberReferenceExpr(baseExpr, ThisTy,