Lines Matching refs:CurContext
3728 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc); in LookupOrCreateLabel()
3738 if (Res && Res->getDeclContext() != CurContext) in LookupOrCreateLabel()
3742 Res = LabelDecl::Create(Context, CurContext, Loc, II); in LookupOrCreateLabel()
4143 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec) in NamespaceSpecifierSet() argument
4144 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()
4399 if (isa<CXXMethodDecl>(SemaRef.CurContext) && in AddKeywordsToConsumer()
4400 cast<CXXMethodDecl>(SemaRef.CurContext)->isInstance()) in AddKeywordsToConsumer()
4480 if (getLangOpts().MSVCCompat && CurContext->isDependentContext() && in makeTypoCorrectionConsumer()
4481 isa<CXXMethodDecl>(CurContext)) in makeTypoCorrectionConsumer()
4870 CurContext(SemaRef.CurContext), MemberFn(ME) { in FunctionCallFilterCCC()
4914 : dyn_cast_or_null<CXXMethodDecl>(CurContext); in ValidateCandidate()