Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

467       } else if (New->getDeclContext()->isDependentContext()) {
908 } else if (!Constructor->isDependentContext() &&
1396 if (MD->isDependentContext())
2103 if (CurContext->isDependentContext()) {
2159 assert(!CurContext->isDependentContext());
2288 if (CurContext->isDependentContext())
2731 if (Constructor->isDependentContext()) {
2928 if (Constructor->getDeclContext()->isDependentContext())
3161 if (ClassDecl->isDependentContext() || ClassDecl->isUnion())
6371 if (!NamedContext->isDependentContext() &&
8777 if (ClassDecl->isDependentContext()) return;
10129 if (!CurContext->isDependentContext()) {
10387 if (Method->isVirtual() || Method->getParent()->isDependentContext()) {
10477 if (!Class->isDynamicClass() || Class->isDependentContext() ||
10478 CurContext->isDependentContext() ||