Home | History | Annotate | Download | only in Sema

Lines Matching defs:ThisContext

255       CXXRecordDecl *ThisContext =
257 CXXThisScopeRAII ThisScope(*this, ThisContext, /*TypeQuals*/0,
2976 CXXRecordDecl *ThisContext = nullptr;
2979 ThisContext = cast<CXXRecordDecl>(Owner);
2987 ThisContext, ThisTypeQuals);