Lines Matching refs:ThisTy
778 QualType ThisTy = getCurrentThisType();
779 if (ThisTy.isNull()) {
788 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
790 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
1717 QualType ThisTy = getCurrentThisType();
1718 assert(!ThisTy.isNull() && "didn't correctly pre-flight capture of 'this'");
1726 baseExpr = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/true);
1729 return BuildMemberReferenceExpr(baseExpr, ThisTy,