Searched refs:isSystemCall (Results 1 – 1 of 1) sorted by relevance
26 static bool isSystemCall(const FunctionDecl *FD) { in isSystemCall() function57 AST_MATCHER(FunctionDecl, isSystemCall) { return isSystemCall(&Node); } in AST_MATCHER() argument79 parameterCountIs(2), isSystemCall()); in registerMatchers()113 if (isSystemCall(F)) { in check()