Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

507       } else if (New->getDeclContext()->isDependentContext()) {
946 } else if (!Constructor->isDependentContext() &&
1847 !FD->getParent()->isDependentContext() &&
2502 if (CurContext->isDependentContext())
2634 if (CurContext->isDependentContext())
3159 if (Constructor->isDependentContext()) {
3337 if (Constructor->getDeclContext()->isDependentContext())
3566 if (ClassDecl->isDependentContext() || ClassDecl->isUnion())
7020 if (!CurContext->isDependentContext())
7132 if (!NamedContext->isDependentContext() &&
9702 if (ClassDecl->isDependentContext()) return;
10952 if (!CurContext->isDependentContext()) {
11252 if (Method->isVirtual() || Method->getParent()->isDependentContext()) {
11359 if (!Class->isDynamicClass() || Class->isDependentContext() ||
11360 CurContext->isDependentContext() ||