Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

538       } else if (New->getDeclContext()->isDependentContext()) {
1121 } else if (!Constructor->isDependentContext() &&
2039 !FD->getParent()->isDependentContext() &&
2664 if (CurContext->isDependentContext())
2793 if (CurContext->isDependentContext())
3318 if (Constructor->isDependentContext()) {
3512 if (Constructor->getDeclContext()->isDependentContext())
3742 if (ClassDecl->isDependentContext() || ClassDecl->isUnion())
7291 if (!CurContext->isDependentContext())
7403 if (!NamedContext->isDependentContext() &&
8252 if (ClassDecl->isDependentContext())
10202 if (ClassDecl->isDependentContext()) return;
11454 if (!CurContext->isDependentContext()) {
11775 if (Method->isVirtual() || Method->getParent()->isDependentContext()) {
11882 if (!Class->isDynamicClass() || Class->isDependentContext() ||
11883 CurContext->isDependentContext() || isUnevaluatedContext())