Lines Matching defs:isDeclInScope
1561 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S,
1563 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace);
1588 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace))
5327 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
7504 if (SameDC && isDeclInScope(PrevDecl, CurContext, S, false))
8086 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false));
17653 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) &&
17672 isDeclInScope(DirectPrevDecl, SearchDC, S,
17880 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S,
18490 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
19839 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) {