Lines Matching refs:isDeclInScope
1620 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1622 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1649 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
5427 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
7590 if (SameDC && isDeclInScope(PrevDecl, CurContext, S, false)) in ActOnVariableDeclarator()
8135 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
17664 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag()
17683 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
17889 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
18505 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
18882 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
19961 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) { in ActOnEnumConstant()