Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

897     if (SemanticContext->isDependentContext()) {
982 if (!(TUK == TUK_Friend && CurContext->isDependentContext()) &&
1034 if (!(TUK == TUK_Friend && CurContext->isDependentContext()) &&
1039 SemanticContext->isDependentContext())
1125 if (!CurContext->isDependentContext()) {
2317 DC->isDependentContext() ||
2393 if (TNK == TNK_Non_template && LookupCtx->isDependentContext() &&
2806 !Template->getDeclContext()->isDependentContext()) {