Lines Matching refs:isDeclInScope
1108 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S,
1110 return IdResolver.isDeclInScope(D, Ctx, S,
1130 /// as determined by isDeclInScope.
1139 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
3315 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
4993 if (PrevDecl && !isDeclInScope(PrevDecl, DC, S))
10374 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
10535 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
11066 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
11419 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
12130 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) {