Home | History | Annotate | Download | only in AST

Lines Matching defs:CheckFn

1462   const FunctionDecl *CheckFn = getTemplateInstantiationPattern();
1463 if (!CheckFn)
1464 CheckFn = this;
1467 return CheckFn->hasBody(fn) && !fn->isOutOfLine();