Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

178     if (!LookupCtx->isDependentContext() &&
1209 if (D->getDeclContext()->isDependentContext() ||
1210 D->getLexicalDeclContext()->isDependentContext())
4047 bool IsDependentContext = DC->isDependentContext();
4049 if (!IsDependentContext &&
4070 if (EnteringContext && IsDependentContext &&
5879 if (DC->isDependentContext()) {
6281 (NewFD->getType()->isDependentType() || DC->isDependentContext() ||
6291 if (CurContext->isDependentContext() && CurContext->isRecord()
6377 DC->isDependentContext())
6405 CurContext->isDependentContext())) {
7937 if (!var->getDeclContext()->isDependentContext() &&
8770 !FD->isDependentContext())