Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

3642     Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3652 if (Res && Res->getDeclContext() != CurContext)
3656 Res = LabelDecl::Create(Context, CurContext, Loc, II);
4057 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec)
4058 : Context(Context), CurContextChain(buildContextChain(CurContext)) {
4317 if (isa<CXXMethodDecl>(SemaRef.CurContext) &&
4318 cast<CXXMethodDecl>(SemaRef.CurContext)->isInstance())
4398 if (getLangOpts().MSVCCompat && CurContext->isDependentContext() &&
4399 isa<CXXMethodDecl>(CurContext))
4779 CurContext(SemaRef.CurContext), MemberFn(ME) {
4823 : dyn_cast_or_null<CXXMethodDecl>(CurContext);