Lines Matching refs:isDependentContext
1849 if (SemanticContext->isDependentContext()) { in CheckClassTemplate()
1970 if (!(TUK == TagUseKind::Friend && CurContext->isDependentContext()) && in CheckClassTemplate()
2033 if (!(TUK == TagUseKind::Friend && CurContext->isDependentContext()) && in CheckClassTemplate()
2039 SemanticContext->isDependentContext()) in CheckClassTemplate()
2064 !(TUK == TagUseKind::Friend && CurContext->isDependentContext()); in CheckClassTemplate()
2146 if (!CurContext->isDependentContext()) { in CheckClassTemplate()
3832 if (Partial->getDeclContext()->isDependentContext()) in checkMoreSpecializedThanPrimary()
4164 if (Template->getDeclContext()->isDependentContext() || in CheckVarTemplateId()
5010 !Template->getDeclContext()->isDependentContext()) { in CheckTemplateArgument()
8046 if (PrimaryTemplate->getDeclContext()->isDependentContext()) in CheckTemplatePartialSpecializationArgs()
8318 if (CurContext->isDependentContext()) { in ActOnClassTemplateSpecialization()