Lines Matching refs:isDeclInScope
1595 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1597 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1624 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
5331 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
7959 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
17057 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag()
17076 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
17281 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
17895 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
18272 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
19344 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) { in ActOnEnumConstant()