Searched refs:CallerDecl (Results 1 – 2 of 2) sorted by relevance
764 const auto *CallerDecl = dyn_cast<FunctionDecl>(CurContext); in checkMustTailAttr() local767 if (!CallerDecl) { in checkMustTailAttr()784 CallerType.Func = CallerDecl->getType()->getAs<FunctionProtoType>(); in checkMustTailAttr()826 Diag(CallerDecl->getBeginLoc(), diag::note_musttail_fix_non_prototype); in checkMustTailAttr()
5219 const FunctionDecl *CallerDecl = dyn_cast_or_null<FunctionDecl>(CurCodeDecl); in EmitCall() local5221 CGM.getTargetCodeGenInfo().checkFunctionCallABI(CGM, Loc, CallerDecl, in EmitCall()5790 CallerDecl, CalleeDecl)) in EmitCall()5808 CallerDecl, CalleeDecl)) { in EmitCall()