Searched refs:checkFunctionCPP14 (Results 1 – 2 of 2) sorted by relevance
53 bool checkFunctionCPP14(const FunctionDecl *FD, const Expr *CallOrRef,
466 return checkFunctionCPP14(FD, CallOrRef, ChainReporter); in checkFunction()471 bool SignalHandlerCheck::checkFunctionCPP14( in checkFunctionCPP14() function in clang::tidy::bugprone::SignalHandlerCheck