Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp698 const auto *CallerDecl = dyn_cast<FunctionDecl>(CurContext); in checkMustTailAttr() local
701 if (!CallerDecl) { in checkMustTailAttr()
718 CallerType.Func = CallerDecl->getType()->getAs<FunctionProtoType>(); in checkMustTailAttr()
759 Diag(CallerDecl->getBeginLoc(), diag::note_musttail_fix_non_prototype); in checkMustTailAttr()