Lines Matching defs:ThisContext
295 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
378 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
380 auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) {
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
737 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext());
738 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
2291 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner);
2292 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext,
2293 D->getMethodQualifiers(), ThisContext);
3327 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner);
3328 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
3329 ThisContext);
3407 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner);
3408 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
3409 ThisContext);
4137 CXXRecordDecl *ThisContext = nullptr;
4140 ThisContext = cast<CXXRecordDecl>(Owner);
4148 ThisContext, ThisTypeQuals);