Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

178     if (!LookupCtx->isDependentContext() &&
1220 if (D->getDeclContext()->isDependentContext() ||
1221 D->getLexicalDeclContext()->isDependentContext())
4122 bool IsDependentContext = DC->isDependentContext();
4124 if (!IsDependentContext &&
4145 if (EnteringContext && IsDependentContext &&
5026 DC->isDependentContext())
6519 if (DC->isDependentContext()) {
6924 (NewFD->getType()->isDependentType() || DC->isDependentContext() ||
6934 if (CurContext->isDependentContext() && CurContext->isRecord()
7020 DC->isDependentContext())
7048 CurContext->isDependentContext())) {
8640 if (!var->getDeclContext()->isDependentContext() &&
9446 !FD->isDependentContext() && FD->getResultType()->isUndeducedType()) {
9498 !FD->isDependentContext())