Lines Matching refs:Fn
1686 FunctionDecl *Fn = E->getDirectCallee();
1687 assert(Fn && "builtin call without direct callee!");
1689 ParmVarDecl *Param = Fn->getParamDecl(ArgIndex);
2105 Expr *Fn = TheCall->getCallee();
2110 << Fn->getSourceRange()
2137 Diag(Fn->getLocStart(), diag::err_va_start_used_in_non_variadic_function);
8265 FunctionDecl *Fn = dyn_cast_or_null<FunctionDecl>(CE->getCalleeDecl());
8266 if (Fn) {
8267 const IdentifierInfo *FnI = Fn->getIdentifier();