Home | History | Annotate | Download | only in Sema

Lines Matching defs:TNK

2390     TemplateNameKind TNK = isTemplateName(S, SS, TemplateKWLoc.isValid(), Name,
2393 if (TNK == TNK_Non_template && LookupCtx->isDependentContext() &&
2398 } else if (TNK == TNK_Non_template) {
2407 return TNK;