Lines Matching refs:isDeclInScope
1407 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1409 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1436 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
4478 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
6808 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
14448 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag()
14467 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
14680 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
15260 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
15648 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
16460 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) { in ActOnEnumConstant()