Home | History | Annotate | Download | only in Sema

Lines Matching defs:isDeclInScope

990 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S,
992 return IdResolver.isDeclInScope(D, Ctx, Context, S,
1012 /// as determined by isDeclInScope.
1021 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
2579 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
8268 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
8419 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
8915 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
9419 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
10114 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) {