Home | History | Annotate | Download | only in Sema

Lines Matching defs:isDeclInScope

1097 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S,
1099 return IdResolver.isDeclInScope(D, Ctx, S,
1119 /// as determined by isDeclInScope.
1128 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
3227 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
9620 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
9771 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
10298 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
10645 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
11311 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) {