Home
last modified time | relevance | path

Searched refs:CallerDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp764 const auto *CallerDecl = dyn_cast<FunctionDecl>(CurContext); in checkMustTailAttr() local
767 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5219 const FunctionDecl *CallerDecl = dyn_cast_or_null<FunctionDecl>(CurCodeDecl); in EmitCall() local
5221 CGM.getTargetCodeGenInfo().checkFunctionCallABI(CGM, Loc, CallerDecl, in EmitCall()
5790 CallerDecl, CalleeDecl)) in EmitCall()
5808 CallerDecl, CalleeDecl)) { in EmitCall()