Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

2369     if (auto *RD = dyn_cast<CXXRecordDecl>(SemaRef.CurContext))
2535 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext);
3653 // FIXME: Is CurContext correct for this? Should we go to the (instantiation
4335 cast<CXXRecordDecl>(CurContext->getParent()));
4687 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);
4696 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs);
4732 DeclContext *DC = CurContext;