Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.h53 bool checkFunctionCPP14(const FunctionDecl *FD, const Expr *CallOrRef,
H A DSignalHandlerCheck.cpp466 return checkFunctionCPP14(FD, CallOrRef, ChainReporter); in checkFunction()
471 bool SignalHandlerCheck::checkFunctionCPP14( in checkFunctionCPP14() function in clang::tidy::bugprone::SignalHandlerCheck