Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp103 auto ProcessFunction = [&](const FunctionDecl *F, const Expr *CallOrRef) { in check() argument
117 reportBug(F, CallOrRef, SignalCall, HandlerDecl); in check()
125 reportBug(F, CallOrRef, SignalCall, HandlerDecl); in check()
171 const Expr *CallOrRef, in reportBug() argument
174 diag(CallOrRef->getBeginLoc(), in reportBug()
DSignalHandlerCheck.h31 void reportBug(const FunctionDecl *CalledFunction, const Expr *CallOrRef,