Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

115     if (!LookupCtx->isDependentContext() &&
1026 if (D->getDeclContext()->isDependentContext() ||
1027 D->getLexicalDeclContext()->isDependentContext())
3200 bool IsDependentContext = DC->isDependentContext();
3202 if (!IsDependentContext &&
3234 if (EnteringContext && IsDependentContext &&
4808 if (DC->isDependentContext()) {
5155 (NewFD->getType()->isDependentType() || DC->isDependentContext() ||
5165 if (CurContext->isDependentContext() && CurContext->isRecord()
5254 DC->isDependentContext())
5282 CurContext->isDependentContext())) {
6489 if (!var->getDeclContext()->isDependentContext() &&