Home
last modified time | relevance | path

Searched defs:isStandardFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp249 bool isStandardFunction(const FunctionDecl *FD) { in isStandardFunction() function
327 AST_MATCHER(FunctionDecl, isStandardFunction) { in AST_MATCHER() argument