Home | History | Annotate | Download | only in Sema

Lines Matching defs:ThisContext

2360   CXXRecordDecl *ThisContext = 0;
2363 ThisContext = Method->getParent();
2371 ThisContext, ThisTypeQuals);
2474 CXXRecordDecl *ThisContext = 0;
2477 ThisContext = Method->getParent();
2480 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals,