Lines Matching refs:FunctionDecl
249 bool isStandardFunction(const FunctionDecl *FD) { in isStandardFunction()
327 AST_MATCHER(FunctionDecl, isStandardFunction) { in AST_MATCHER() argument
380 Result.Nodes.getNodeAs<FunctionDecl>("handler_decl"); in check()
410 const auto *CallF = dyn_cast<FunctionDecl>((*Itr)->getDecl()); in check()
436 const FunctionDecl *FD, const Expr *CallOrRef, in checkFunction()
472 const FunctionDecl *FD, const Expr *CallOrRef, in checkFunctionCPP14()
483 const FunctionDecl *FBody = nullptr; in checkFunctionCPP14()
514 const FunctionDecl *FD) const { in isStandardFunctionAsyncSafe()
549 << cast<FunctionDecl>(Callee->getDecl()) in reportHandlerChain()
550 << cast<FunctionDecl>(Caller->getDecl()); in reportHandlerChain()
557 << cast<FunctionDecl>(Caller->getDecl()) in reportHandlerChain()