Home | History | Annotate | Download | only in AST

Lines Matching refs:CheckFn

1484   const FunctionDecl *CheckFn = getTemplateInstantiationPattern();
1485 if (!CheckFn)
1486 CheckFn = this;
1489 return CheckFn->hasBody(fn) && !fn->isOutOfLine();