Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDeclInScope

453     if (S && !isDeclInScope(ND, New->getDeclContext(), S))
7114 if (!isDeclInScope(D, CurContext, S))
7651 if (PrevDecl && !isDeclInScope(PrevDecl, CurContext, S))
12487 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))