Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Fn

1408     if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) {
1409 const FunctionProtoType *FPT = Fn->getType()->getAs<FunctionProtoType>();
1414 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(Fn);
1415 if (Fn->isNoReturn() && !(AttrOnCallSite && MD && MD->isVirtual()))
1700 Fn,
1726 for (auto &Arg : Fn->args()) {