Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

1764   SemaRef.CurContext->addHiddenDecl(Decl);
1799 DeclContext *DC = SemaRef.CurContext;
2478 if (!CurContext->isDependentContext()) {
2508 if (CurContext->isDependentContext()) {
2598 !CurContext->isDependentContext()))
2702 FunctionDecl *FD = cast<FunctionDecl>(CurContext);
2703 if (CurContext->isDependentContext())
2845 !CurContext->isDependentContext())
3127 DeclContext *DC = CurContext;
3141 CD = CapturedDecl::Create(Context, CurContext, NumParams);
3195 CurContext = CD;