Lines Matching refs:isDeclInScope
1269 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S,
1271 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace);
1290 /// as determined by isDeclInScope.
1298 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace))
3973 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
6181 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false));
12196 isDeclInScope(Shadow, SearchDC, S, isExplicitSpecialization) &&
12215 isDeclInScope(DirectPrevDecl, SearchDC, S,
12399 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S,
12961 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
13324 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
14090 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S) &&