Searched refs:CallerDecl (Results 1 – 1 of 1) sorted by relevance
722 const auto *CallerDecl = dyn_cast<FunctionDecl>(CurContext); in checkMustTailAttr() local725 if (!CallerDecl) { in checkMustTailAttr()742 CallerType.Func = CallerDecl->getType()->getAs<FunctionProtoType>(); in checkMustTailAttr()783 Diag(CallerDecl->getBeginLoc(), diag::note_musttail_fix_non_prototype); in checkMustTailAttr()