Lines Matching refs:isDeclInScope
1567 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1569 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1596 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
5255 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
7836 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
16598 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag()
16617 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
16822 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
17432 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
17809 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
18731 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) { in ActOnEnumConstant()