Lines Matching defs:fn
299 FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext);
300 if (!fn) return false;
311 if (fn->hasAttr<UnavailableAttr>()) return true;
313 fn->addAttr(UnavailableAttr::CreateImplicit(Context, "", reason, loc));
1413 NamedDecl *Fn = (*It)->getUnderlyingDecl();
1414 S.Diag(Fn->getLocation(), diag::note_possible_target_of_call);