Home | History | Annotate | Download | only in Sema

Lines Matching defs:ThisContext

147       CXXRecordDecl *ThisContext =
149 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
2680 CXXRecordDecl *ThisContext = 0;
2683 ThisContext = cast<CXXRecordDecl>(Owner);
2691 ThisContext, ThisTypeQuals);
2816 CXXRecordDecl *ThisContext = 0;
2819 ThisContext = Method->getParent();
2822 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals,